0.1.5 • Published 4 years ago

bs-nd v0.1.5

Weekly downloads
30
License
MIT
Repository
github
Last release
4 years ago

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.