pluralized
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

PLURALIZED

This a NODE.Js module which returns the plural form of the input word.

For Installation

npm i pluralized

Usage

For using the npm files.

JavaScript

var pluralise = require("pluralized");
var boys = pluralise.getPlural("Roof");
Output shown will be 'Roofs'

TypeScript

import { getPlural } from "mypluralize";
console.log(getPlural("Shelf"));
Output shown will be 'Shelves'

Asynchronous module definition

define(function (require, exports, module) {
  var pluralise = require("mypluralize");
});

/pluralized/

    Package Sidebar

    Install

    npm i pluralized

    Weekly Downloads

    1

    Version

    1.0.2

    License

    MPL-2.0

    Unpacked Size

    20 kB

    Total Files

    7

    Last publish

    Collaborators

    • daimkhan