Package Exports
- 7id
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (7id) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
7ID
Random base32 string generator for unique ID usage.
Usage example
const sevenID = require('7id')
console.log(sevenID.generate(6))Output example:
'G42WCY3CMVSTOOLGGIYQ'