1.1.1 • Published 6 years ago

grammarize v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

grammarize npm Build Status Known Vulnerabilities

:books: A small helper function to provide some grammatical context to your numbers.

Install

$ npm i grammarize --save

Usage

import grammarize from 'grammarize';

const messageAmount = 5;
console.log(grammarize(messageAmount, 'message', 'messages'));
//=> messages

grammarize(amount, singular, plural)

amount

Type: number

singular

Type: string

plural

Type: string

License

MIT

1.1.1

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago