typescript_thainumberconverter
v1.0.1
Published
Thai numbers convert to Arabic with Typescript
Downloads
3
Maintainers
Readme
ThaiNumber_Converter_Typescript
Installation
Use the package manager npm to install npm packages.
- Use this to install all packages
npm install typescript_thainumberconverter
Example
import ThaiNumber_Converter from 'typescript_thainumberconverter';
//convert to number
console.log(ThaiNumber_Converter.toInteger('๑,๑๑๓'));
//convert to string
console.log(ThaiNumber_Converter.toStringData('๑,๒๓'));
hope you will be happy -Bunyawat