primkey

2.1.0 • Public • Published

primkey [Build Status]#

// 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 primkey

It generates unique id of choice ...

/primkey/

    Package Sidebar

    Install

    npm i primkey

    Weekly Downloads

    2

    Version

    2.1.0

    License

    ISC

    Last publish

    Collaborators

    • nkothakota