https://github.com/zbraniecki/intllistformat
Polyfill for Intl.ListFormat
https://github.com/zbraniecki/intllistformat
Last synced: about 1 year ago
JSON representation
Polyfill for Intl.ListFormat
- Host: GitHub
- URL: https://github.com/zbraniecki/intllistformat
- Owner: zbraniecki
- License: mpl-2.0
- Created: 2015-10-12T06:09:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-08T21:21:31.000Z (about 10 years ago)
- Last Synced: 2025-03-25T08:23:18.275Z (about 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Intl.ListFormat
================
A polyfill for the upcoming
[Intl.ListFormat](https://github.com/zbraniecki/intl-list-format-spec)
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](https://github.com/zbraniecki/IntlListFormat/releases/latest)
## 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.