Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Latest commit

History

History
85 lines (65 loc) 路 3.81 KB

File metadata and controls

85 lines (65 loc) 路 3.81 KB

Build Status Coverage npm PRs Welcome All Contributors GitHub license

Date manipulation in ReScript with the same modern and convenient API as date-fns.

Documentation

Full documentation can be found here.

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"
  ]
}

Contributors


Marcin Dziewulski

馃捇 馃摉 馃帹 鈿狅笍

Radek Kozie艂

馃捇

mikaello

馃捇 馃摉 鈿狅笍

Florent Monnier

馃捇

This project follows the all-contributors specification. Contributions of any kind welcome!

License

The MIT License.

See LICENSE