Installation
Use either npm or yarn to install the package:
yarn add @mobily/rescript-date
npm install @mobily/rescript-date --save
ReScript Config
Add @mobily/rescript-date to bs-dependencies in your bsconfig.json:
{
"bs-dependencies": [
"@mobily/rescript-date"
]
}