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.jsonconfig
{
"bs-dependencies": ["@dck/rescript-<module>"]
}The functions can be accessed through X module.
Install deps
bun installCompiles files
bun run devRun tests
bun test