1.0.0 • Published 2 years ago

krbnid v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

krbnid

The module generates unique string prefixed with "p" symbol. Uniqueness is not guaranteed, but the probability of a match is very small. Bigger length - lower probability, dude.

No politics, no salo, no religion too.

Installation

npm i krbnid

Usage

var {krbnid} = require('krbnid'); var id = krbnid(6); // 6 - id;s length. Maximum 15. console.log(id); // Output is "p12345"