toxik / rstr

Generate a random string.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rstr

Just a simple module to generate a random string.

Installation

$ npm install rstr --save

Example

import rstr from 'rstr';

const str = rstr(8);

console.log(str); // b3aJ2xjL

License

MIT

About

Generate a random string.


Languages

Language:JavaScript 100.0%