Socket
Book a DemoInstallSign in
Socket

is-plural

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-plural

Returns true if the given english word is pluralized.

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

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

Usage

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

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

isPlural('apples');
//=> true
  • alphabet: The english alphabet as a string or array, upper and lowercase.
  • common-words: Updated list (JSON) of the 100 most common words in the English language. Useful for… more
  • keywords: CLI utility for normalizing, adding and removing keywords from package.json.
  • shuffle-words: Shuffle the words in a string and optionally the letters in each word using the… more
  • unique-words: Return the unique words in a string or array.
  • wordcount: Count the words in string. Has basic support for Cyrillic and CJK.
  • word-wrap: Wrap words to a specified length.

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.

Keywords

english

FAQs

Package last updated on 15 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts