文件名称:美帝国主义:解析,转换和人性化英制大小
文件大小:5KB
文件格式:ZIP
更新时间:2024-03-05 14:24:16
JavaScript
帝国帝国 解析,转换和人性化英制尺寸 安装 $ npm install pretty-imperial 用法 const prettyImperial = require ( 'pretty-imperial' ) prettyImperial ( 15000 ) . humanize ( ) // => 2.84mi prettyImperial ( .5 ) . humanize ( ) // => 6in // Using input types prettyImperial ( 120 ) . input ( 'in' ) . humanize ( ) // => 10ft 功能 .mi()、. ft()、. in() 将输入测量转换为相应的输出 默认输入测量类型为“ foot 。 可以使用.input()进行更改 prettyImperial ( 1 ) . in ( ) /
【文件预览】:
pretty-imperial-master
----.travis.yml(52B)
----index.js(3KB)
----package.json(706B)
----test()
--------index.js(2KB)
--------humanize.js(1KB)
----LICENSE(1KB)
----.gitignore(69B)
----README.md(1KB)