Skip to content

ITGest/number2text

Repository files navigation

GETTING STARTED

This is a simple project written in typescript for converting numbers to plain text.

You can clone and test it and give us your feedback, be aware that your opinion is important improve this tool. Also you may contribute to help the project growing.

HOW TO USE THE PACKAGE

Simple instalation:

npm i textfy

Then import it:

const textFy=require('textfy')

Usage

console.log(textFy.getText(2000));

Result

//Result: DOIS MIL

const textfy=require('textfy'); var numb = textfy.getText(5000); console.log(numb)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published