juandopazo / IntlListFormat

Polyfill for Intl.ListFormat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Polyfill for Intl.ListFormat

License:Mozilla Public License 2.0


Languages

Language:JavaScript 65.8%Language:Makefile 28.6%Language:HTML 5.6%