gibstr
v7.1.0
Published
GIB STRINGE!! Generates an alphanumeric string. That's it.
Downloads
13
Maintainers
Readme
GIBSTR
GIB STRINGE!! Generates an alphanumeric string. That's it.
Install
npm i -S gibstr
or yarn add gibstr
Usage
import { gibstr } from 'gibstr'
console.log(gibstr()) //"cpbxf3j9qz" or something
//or
console.log(gibstr(200)) //Long string
Test
npm i && npm t
License
MIT