A polyfill for the upcoming Intl.ListFormat specification.
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
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.