pluralize-es

1.0.0 • Public • Published

Pluralize-es

Finds the plural form of most spanish words. Many exceptions are covered.

Installation

$ npm install --save pluralize-es

Usage

var plural = require('pluralize-es');
 
plural('universidad');
//=> 'universidades'

API

plural(str)

str

Type: string

The noun to make plural.

Package Sidebar

Install

npm i pluralize-es

Weekly Downloads

429

Version

1.0.0

License

MIT

Last publish

Collaborators

  • swestrich