kurdish-number-towords

时间:2024-06-16 08:10:11
【文件属性】:

文件名称:kurdish-number-towords

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-16 08:10:11

JavaScript

库尔德语到单词 介绍 将数字(包括小数点)转换为库尔德*语言的单词。 它还将数字转换为货币单词。 安装 npm i kurdish - number - towords -- save 用法 输入 const { convert , convertCurrency } = require ( 'kurdish-number-towords' ) ; 或者 import { convert , convertCurrency } from 'kurdish-number-towords' ; 将数字转换为单词 console . log ( convert ( 123 ) ) // سەد و بیست و سێ 将货币转换为单词 console . log ( convertCurrency ( 123 ) ) // سەد و بیست و سێ دینار 使用带小数点


【文件预览】:
kurdish-number-towords-main
----LICENSE(1KB)
----README.md(1KB)
----.gitignore(7B)
----index.js(4KB)
----package.json(740B)

网友评论