ReScript bindings for (targeted version : ~X.X.X
)
- Install the module
bun install @dck/rescript-<module>
# or
yarn install @dck/rescript-<module>
# or
npm install @dck/rescript-<module>
- Add it to your
rescript.json
config
{
"bs-dependencies": ["@dck/rescript-<module>"]
}
The functions can be accessed through X
module.
Install deps
bun install
Compiles files
bun run dev
Run tests
bun test