start-from-zero:在人机编号之间转换

时间:2024-06-01 14:02:27
【文件属性】:

文件名称:start-from-zero:在人机编号之间转换

文件大小:1KB

文件格式:ZIP

更新时间:2024-06-01 14:02:27

JavaScript

从零开始 在人机编号之间进行转换。 基本上,它提供了一个接口,可以从提供的数字中减去1。 安装 npm install -- save start - from - zero 用法示例 import num from 'start-from-zero' ; // when you want to convert under-the-hood number to human-readable one(add 1 to it) num . toHuman ( 0 ) ; // 1 // when you want to convert human-readable number to zero-based one(subtract 1 from it) num . toMachine ( 1 ) ; // 0 销毁示例 import { toHuman , toMachine } from '


【文件预览】:
start-from-zero-master
----package.json(776B)
----index.js(155B)
----README.md(825B)

网友评论