1.0.5 • Published 5 years ago

open-source-bysrujan v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

mypluralize

A Node.js module that returns the plural form of any noun

Installation

{
  "name": "open-source-bysrujan",
  "version": "1.0.3",
  "description": "",
  "main": "hello.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }

Usage

Javascript

var pluralise = require('mypluralize');
var boys = pluralise.getPlural('Boy');
Output should be 'Boys'
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago