ridg
v1.0.2
Published
Random id generator
Downloads
7
Readme
Random id generator
Description
A simple id generator with random numbers and letters, lower and upper cased.
Installation
[sudo] npm i ridg
Basic usage
let ridg = require('ridg');
console.log(ridg(5, 'ALPHANUMERIC'));
How this module was built
First of all the ridg
[Function] has a multi purpose based
on other methods present inside of the module.
The other methods has one purpose described on the self contained name without a pattern description.