nlen-num
v1.0.1
Published
Generate random number of n len
Downloads
2
Maintainers
Readme
nlen-num
Generate random number of n length.
Install
npm i nlen-num
Usage
const nLenNum = require('nlen-num');
console.log(nLenNum(3));
console.log(nLenNum(4));
console.log(nLenNum());
console.log(nLenNum(0));
// OUTPUT
// 132
// 4323
// 562
// 456
Note: Default length is 3, if there is no length input passed
Contributing
Interested in contributing to this project? You can log any issues or suggestion related to this library here
Read our contributing guide on getting started with contributing to the codebase
Contributors
Thank you to all the contributors who have helped us in making this project better :raised_hands: