node-anyid
node-anyid copied to clipboard
A simple and flexible API to generate various kinds of string ID / code.
Results
4
node-anyid issues
Sort by
recently updated
recently updated
newest added
``` const ids = anyid() .encode('h').form('8-4-4-4-12') .bits(48).time() .bits(4).fix(4) .bits(12).seq().resetByTime() .bits(2).fix(2) .bits(62).random(); ```
feature
Bumps [base-x](https://github.com/cryptocoinjs/base-x) from 3.0.6 to 3.0.11. Commits 043a888 3.0.11 2705ddd [backport 3.x] Prohibit char codes that would overflow the BASE_MAP 3d43c0e 3.0.10 0a35446 Improve decoding performance 4c10d33 3.0.9 c9dcddd Merge...
dependencies
javascript