Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 332 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 332 Bytes

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.