Home

Awesome

is-plural NPM version

Returns true if the given english word is pluralized.

Please report any pluralization-related issues to pluralize.

Install

Install with npm

$ npm i is-plural --save

Install with bower

$ bower install is-plural --save

Usage

var isPlural = require('is-plural');

isPlural('apple');
//=> false

isPlural('apples');
//=> true

Related projects

Running tests

Install dev dependencies:

$ npm i -d && npm test

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

Jon Schlinkert

License

Copyright © 2015 Jon Schlinkert Released under the MIT license.


This file was generated by verb-cli on June 15, 2015.