bs-intl

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i bs-intl

Weekly Downloads

9

Version

1.1.0

License

MIT

Unpacked Size

63.1 kB

Total Files

16

Last publish

Collaborators

  • jberlage