build-id
v1.5.0
Published
custom length Id generator for node.js
Downloads
1
Readme
build-id
Custom length randomized Id generator for node.js
const buildId = require('build-id');
var id = buildId(5);
console.log(id);
// xs2Nu
Default value is 7
char
If no value is passed within the function, it will return a value with 7 characters.
const buildId = require('build-id');
var id = buildId(7);
console.log(id);
// nYa5Sbk