Skip to content

bunnybunbun37204/Typescript_Thainumber_Coverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThaiNumber_Converter_Typescript

Installation

Use the package manager npm to install npm packages.

  1. 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

Releases

No releases published

Packages

No packages published