Thai numbers convert to Arabic with Typescript
npm install typescript_thainumberconverterUse the package manager npm to install npm packages.
1. Use this to install all packages
``bash`
npm install typescript_thainumberconverter
`js
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