thai-baht-text
TypeScript icon, indicating that this package has built-in type declarations

2.0.5 • Public • Published

Thai Baht Text JS

NPM Download codecov-svg NPM Version license-svg ts

Installation | Usage

Now, Thai Baht text supports TypeScript 🎉!!

Thai Baht Text JS converts numbers into Thai text. It provides flexibility as a cross-platform library for both browser and Node.js, written in TypeScript.

In the browser, you can simply add thai-baht-text.min.js in a script tag without needing to install any additional libraries or polyfills.

> 10050
// หนึ่งหมื่นห้าสิบบาทถ้วน

Installation | วิธีติดตั้ง

npm install thai-baht-text --save

or

yarn add thai-baht-text

Usage | วิธีการใช้งาน

Javascript ES5

const ThaiBahtText = require('thai-baht-text') // for ES5

let money = 10050
let moneyText = ThaiBahtText(money)

console.log(moneyText)
// OUTPUT: หนึ่งหมื่นห้าสิบบาทถ้วน

money = 12345678988888.50

console.log(ThaiBahtText(money))
// OUTPUT: สิบสองล้านล้านสามแสนสี่หมื่นห้าพันหกร้อยเจ็ดสิบแปดล้านเก้าแสนแปดหมื่นแปดพันแปดร้อยแปดสิบแปดบาทห้าสิบสตางค์

More infomation ES5 Example


Javascript ES6

import ThaiBahtText from 'thai-baht-text'

let money = 10050
const moneyText = ThaiBahtText(money)

console.log(moneyText)
// OUTPUT: หนึ่งหมื่นห้าสิบบาทถ้วน

money = 12345678988888.50

console.log(ThaiBahtText(money))
// OUTPUT: สิบสองล้านล้านสามแสนสี่หมื่นห้าพันหกร้อยเจ็ดสิบแปดล้านเก้าแสนแปดหมื่นแปดพันแปดร้อยแปดสิบแปดบาทห้าสิบสตางค์

More infomation ES6 Example

More infomation Browser version (UMD)

Development

  • npm run test to run all tests in this project
  • npm run test:watch to run all tests in watch mode. This allows us to develop/refactor code and get fast feedback to ensure we don't break anything.

Library & Development Tools

License

The Thai-Baht-Text JS is open-sourced software licensed under the MIT license.

Ending message

If you found bugs or some missing point, please send pull request back or open an issue.

Thank you so much 😃

Regards,

Jirachai Chansivanon





แปลง เลข เป็น บาทไทย,

thai baht text javascript,

thai baht text js that-baht-text.js that-baht-text.js typescript

Convert number to Thai Baht as Text

แปลงเลขให้เป็นหน่วยบาทไทย

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.5478latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.5478
2.0.40
2.0.1-30
1.0.82,858
1.0.751
1.0.60
1.0.50
1.0.40
1.0.31
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i thai-baht-text

Weekly Downloads

3,388

Version

2.0.5

License

MIT

Unpacked Size

20.9 kB

Total Files

10

Last publish

Collaborators

  • antronic