pluriel
v0.0.0
Published
Simple pluriel des noms francais
Downloads
8
Readme
Pluriel
Ajoute un pluriel simple au nom singulier
Installation
$ npm install --save pluriel
Usage
var pluriel = require('pluriel');
pluriel('chou', 5);
//=> 'choux'
plur('hero', 'heroes', 5);
//=> 'heroes'
API
pluriel(str, [pluriel], nb)
str
Type: string
Le nom à mettre au pluriel
pluriel
Type: string
Default: str
+ s
Le nom au pluriel.
nb
Type: number
nb pour dire c'est à mettre au pluriel ou au singulier.