rstr
v1.0.1
Published
Generate a random string
Downloads
7
Readme
rstr
Just a simple module to generate a random string.
Installation
$ npm install rstr --saveExample
import rstr from 'rstr';
const str = rstr(8);
console.log(str); // b3aJ2xjLLicense
MIT
