0.0.3 • Published 5 years ago

thai-numberic-to-readable-text v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Thai numberic to readable text

A lib for generate thai readable numberic ไลบลาลี่ Javascript สำหรับสร้างข้อความตัวเลขจากตัวเลข

Instalation

With Yarn

yarn add thai-numberic-to-readable-text

With NPM

npm install --save thai-numberic-to-readable-text

Data Type

InputOutput
NumberString

Usage

const {
  convertNumberToReadableThaiText
} = require("thai-numberic-to-readable-text");

const result = convertNumberToReadableThaiText(109201);
console.log(result);

Contribution

Contribute are always welcome.

LICENSE

MIT