Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 644 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 644 Bytes

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.