spell-it:以英语,法语,印尼语,印度英语,荷兰语或丹麦语的单词形式写出数字

时间:2024-06-08 00:21:59
【文件属性】:

文件名称:spell-it:以英语,法语,印尼语,印度英语,荷兰语或丹麦语的单词形式写出数字

文件大小:12KB

文件格式:ZIP

更新时间:2024-06-08 00:21:59

JavaScript

拼写 小型Node.js模块,可将数字写为以下形式的单词: 英语 法语 印度英语 印度尼西亚 丹麦文 荷兰语 用法 本地安装: npm install spell-it 或全球: npm install spell-it -g 从node.js: var spell = require ( 'spell-it' ) ( 'fr' ) ; console . log ( spell ( 42 ) ) ; // quarante-deux 从外壳: $ spell-it 42 en forty-two 执照 麻省理工学院


【文件预览】:
spell-it-master
----example.js(64B)
----lib()
--------nl.js(832B)
--------en.js(663B)
--------da.js(499B)
--------id.js(737B)
--------in.js(683B)
--------index.js(2KB)
--------fr.js(1KB)
----test()
--------id.spec.js(1KB)
--------en.spec.js(1KB)
--------da.spec.js(2KB)
--------fr.spec.js(3KB)
--------nl.spec.js(2KB)
--------in.spec.js(1KB)
----README.md(426B)
----.gitignore(12B)
----cli.js(148B)
----package-lock.json(8KB)
----package.json(620B)

网友评论