@testapplications/sample
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

Build Status

mypluralize

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

Installation

npm install @testapplications/sample --save
yarn add @testapplications/sample
bower install @testapplications/sample --save

Usage

Javascript

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

TypeScript

import { getPlural } from 'testapplications/sample';
console.log(getPlural('Goose'))
Output should be 'Geese'

AMD

define(function(require,exports,module){
  var pluralise = require('testapplications/sample');
});

Test

npm run test

Readme

Keywords

Package Sidebar

Install

npm i @testapplications/sample

Weekly Downloads

0

Version

1.0.7

License

ISC

Unpacked Size

15.6 kB

Total Files

18

Last publish

Collaborators

  • prachwal