1.1.0 • Published 5 months ago

pluralizer-for-js v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Pluralizer for JavaScript

pluralizer returns the desired declension of a word depending on the numeral.

Installation

npm i pluralizer-for-js

Usage

import {pluralizer} from '../../node_modules/pluralizer-for-js/pluralizer.mjs'

const result = pluralizer(178573, 'яблоко', 'яблока', 'яблок');
console.log(result);
1.1.0

5 months ago

1.0.2

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.1

8 months ago

1.0.0

8 months ago