/IntlListFormat

Polyfill for Intl.ListFormat

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

Intl.ListFormat

A polyfill for the upcoming Intl.ListFormat specification.

Installation

npm install intl-listformat

or

git clone https://github.com/zbraniecki/IntlListFormat.git
cd IntlListFormat
npm install
make

or download the latest release from here

Usage

The package's polyfill.js contains an UMD wrapper, so you can include or require it pretty much anywhere. When included, it'll set Intl.ListFormat according to the spec.

This version follows the Oct 2015 spec.