Skip to content

dalmatele/Thai-Num-To-String

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a small tool which helps to convert Thai Number to String.

How to install:

npm i thai-num-to-str

To use it, just only import and call it. Below is an example:

const tool = require("thai-num-to-str");

console.log(tool.NumToStr(123));