# listformat

> A tiny ponyfill for Intl.ListFormat('en')

Latest version **1.0.2** (published 2019-01-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install listformat
pnpm add listformat
yarn add listformat
bun add listformat
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2019-01-11 |
| First published | 2019-01-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Keith Cirkel |
| Maintainers | keithamus |

## Links

- npm: https://www.npmjs.com/package/listformat
- Repository: https://github.com/keithamus/listformat
- Homepage: https://github.com/keithamus/listformat#readme
- Issues: https://github.com/keithamus/listformat/issues
- npm.io page: https://npm.io/package/listformat

## Recent versions

- 1.0.2 (latest) — 2019-01-11
- 1.0.1 — 2019-01-11
- 1.0.0 — 2019-01-11

## README

# ListFormat Ponyfill

This is a simple ponyfill for [Intl.ListFormat](https://github.com/tc39/proposal-intl-list-format).

Call it with an Array of strings, and it'll reduce them down to one string in a list format:

```js
import listFormat from 'listFormat'
listFormat(['a', 'b', 'c']) === 'a, b, and c'
```

If `Intl.ListFormat` is available on the engine you're running, it'll use that.

---
_Source: https://npm.io/package/listformat · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
