1.0.2 • Published 5 years ago

add-number-suffix v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

add-number-suffix

This module adds suffix for any given number (positive, zero, negative).

Getting Started

Install the module using the following command.

npm i add-number-suffix

Example

Below given is the example to use this package.

const suffix = require('add-number-suffix');

let suffix = suffix.addSuffix(2);

console.log(suffix); // Returns 2nd

Authors

  • Vishweswaran P - Initial work - Github

License

This project is licensed under the ISC License.

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago