1.0.1 • Published 5 years ago

testmypluralize v1.0.1

Weekly downloads
1
License
MIT
Repository
bitbucket
Last release
5 years ago

mypluralize

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

Installation

npm install mypluralize

Usage

Javascript

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

TypeScript

import { getPlural } from 'mypluralize';
console.log(getPlural('Goose'))
Output should be 'Geese'
1.0.1

5 years ago

1.0.0

5 years ago