New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bahttext

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bahttext

Change number to Thai pronunciation string

  • 2.0.2
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

bahttext

Codecov Version - npm License - npm semantic-release Greenkeeper badge

continuous integration release runnable runnable old node

ภาษา: ไทย, English

เปลี่ยนตัวเลข เป็นคำอ่านภาษาไทย, โมดูลตัวนี้ได้ทำการทดสอบกับ Microsoft Office's BAHTTEXT function, Demo page เรียบร้อยแล้ว

ติดตั้ง

// ติดตั้งด้วย CommonJS
npm install bahttext
const { bahttext } = require('bahttext')

// ติดตั้งด้วย Bower
bower install bahttext
<script src="bower_components/bahttext/src/index.js"></script>

// ติดตั้งด้วย githack
<script src="https://raw.githack.com/jojoee/bahttext/master/src/index.js"></script>

// ติดตั้งด้วย ES6
npm install bahttext
import { bahttext } from "bahttext"

ตัวอย่างการใช้งาน

// หกหมื่นสามพันหนึ่งร้อยสี่สิบเจ็ดบาทแปดสิบเก้าสตางค์
bahttext(63147.89)

ฟีเจอร์

  • สามารถใช้งานได้ทุก เบราว์เซอร์
  • สามารถใช้งานได้ตั้งแต่ Node.js version 6-12
  • 0 Dependencies
  • ทำการทดสอบแบบ unit test
  • ทดสอบบนเบราว์เซอร์ ในแต่ละ เวอร์ชั่น
  • ลดการซ้ำซ้อนของการเขียน ระหว่าง code และ ไฟล์ csv ในการทำการทดสอบ
  • หน้าตัวอย่างการใช้งาน
  • สนับสนุนการใช้งานกับตัวเลขติดลบ
  • แก้ไข semantic-release

อ้างอิง

Keywords

FAQs

Package last updated on 25 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc