@mobily/rescript-date
v2.1.0
Published
📆 Date manipulation in ReScript.
Downloads
347
Readme
Getting started
Installation
yarn add @mobily/rescript-date
or with npm
npm install @mobily/rescript-date --save
ReScript config
Add @mobily/rescript-date
to bs-dependencies
in your bsconfig.json
:
{
"bs-dependencies": [
"@mobily/rescript-date"
]
}
Api Reference
Full documentation can be found here.
Contributors
This project follows the all-contributors specification. Contributions of any kind welcome!
License
The MIT License.
See LICENSE