Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

bs-nd

banacorn19MIT0.1.5

Node bindings for BuckleScript

reason, bucklescript, nodejs, package, bindings

readme

bs-nd

Node bindings for BuckleScript

Installation

npm install --save @banacorn/bs-nd

Then add @banacorn/bs-nd to bs-dependencies in your bsconfig.json:

{
  ...
  "bs-dependencies": ["@@banacorn/bs-nd"]
}

Usage

The top level module is named Nd, since the name Node has been taken.