1.0.8 • Published 6 months ago

js-number-to-text v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

js-number-to-text

number-to-text is a small function that drives number to text converter.

Installation

Node.js npm install js-number-to-text

Usage

Node.js

const GetNumberToText = require('js-number-to-text');

Example

const textValue = GetNumberToText(125);
console.log(textValue);
-> "One Hundred Twenty Five"

Copyright

This is free

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago