jimberlage / bs-intl

Intl bindings for Bucklescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bs-intl

NPM CircleCI

A port of the Intl utilities of JS to Reason.

Documentation

API docs are hosted at https://jimberlage.github.io/bs-intl/. Documentation comes with examples on how to use each function.

Installation

yarn add bs-intl

In your bsconfig.json file, add a reference to this library:

{
    "bs-dependencies": ["bs-intl"]
}

Status

The following pieces of the API are completed:

Intl.Collator

Intl.DateTimeFormat

Intl.ListFormat

Intl.NumberFormat

Intl.PluralRules

Intl.RelativeTimeFormat

About

Intl bindings for Bucklescript

License:MIT License


Languages

Language:OCaml 100.0%