@4a/cid 中文文档教程
unique-integer-id
数字ID,常用于订单号,流水号等常见数字ID场景
Install
npm i @4a/cid
Usage
const cid = require('@4a/cid')
// 默认长度26
cid() // 20072418073123028206226431
cid(36) // 200724180731230341096740207611144342
cid(24) // 设置长度24 推荐QPS低于10万
cid(26) // 设置长度26 推荐QPS低于20万
Prefix
// 默认前缀取两位数年份
// 例如2021年,则前缀是21
// 同样可以自定义前缀,两位数
cid(26, { prefix: 10 })
更多
你可能也喜欢
- @0x1461a0/x-ui 中文文档教程
- @0y0/eslint-config-tests 中文文档教程
- @20i/react-css-classes 中文文档教程
- @36node/event-sdk 中文文档教程
- @3fv/dynamic-dns-r53 中文文档教程
- @4geit/swg-dereference-swagger-helper 中文文档教程
- @4lolo/resize-observer-polyfill 中文文档教程
- @7inch/stylelint-config 中文文档教程
- @_oflc/react 中文文档教程
- @a-mehrabi/aranode-json-parser 中文文档教程