short-qrst
v1.0.7
Published
short qrst
Readme
instructions
To use this package....
npm i short-qrst
const shortString = require("./index"); const testData = shortString(6); console.log(testData); // Example Out-put: 'H0wOBN'
Add your string length in number and you get your string
