primkey
v2.1.0
Published
primkey is a Unique Id Generator with an optional Prefix and Suffix of choice
Downloads
15
Maintainers
Readme
primkey [
]#
// Allowed arguments
primkey();
primkey(width);
primkey(width, prefix, suffix); * primkey();
* primkey(16);
* primkey(24,'Prim-','-Key');
* primkey(32,'Prim-','');
* primkey(64,'','-Key');
* primkey(64,'','');Features: * Cross-platform * Zero-dependency * small footprint
npm install primkeyIt generates unique id of choice ...
