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

0.0.2 • Public • Published

hw-form

Hashworks Forms

Installation

npm install hw-form --save
yarn add hw-form
bower install pluralize --save

Usage

Javascript

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

TypeScript

import { getPlural } from 'hw-form';
console.log(getPlural('Goose'))
Output should be 'Geese'

AMD

define(function(require,exports,module){
  var pluralise = require('hw-form');
});

Test

npm run test

Readme

Keywords

none

Package Sidebar

Install

npm i hw-form

Weekly Downloads

2

Version

0.0.2

License

ISC

Unpacked Size

48.1 kB

Total Files

18

Last publish

Collaborators

  • debjeet.das