yiwn-shortid
v0.0.1
Published
Amazingly short non-sequential human-friendly unique id generator.
Downloads
3
Readme
yiwn-shortid
Amazingly short non-sequential human-friendly unique id generator.
Usage
const shortid = require('yiwn-shortid');
console.log(shortid());
//PPBQWA9
API
shortid :: * -> String
About the Author
This is a modification of shortid
. The original author of that software is Dylan Greene.