gen unit:通用单位解析器格式化程序 源码
发电单位 通用单元解析器/格式器 安装 # Using npm npm i gen-unit # Using yarn yarn add gen-unit API createParser 使用给定的选项创建一个parse函数。 function createParser ( options ) : ParseFunction ; type ParseFunction = ( input : string | number | object ) => number ; 选项 单元 "unit"选项定义了解析期间要使用的单位。 unit: string ; 例子 const parse
文件列表
gen-unit-master.zip
(预估有个49文件)
gen-unit-master
.eslintrc.yml
830B
.gitignore
27B
.babelrc
194B
.bundlibrc.yml
73B
package.json
2KB
package-lock.json
524KB
src
tools
math.ts
30B
暂无评论