GIB STRINGE!! Generates an alphanumeric string. That's it.
npm install gibstr> GIB STRINGE!! Generates an alphanumeric string. That's it.
npm i -S gibstr or yarn add gibstr
``typescript
import { gibstr } from 'gibstr'
console.log(gibstr()) //"cpbxf3j9qz" or something
//or
console.log(gibstr(200)) //Long string
`
npm i && npm t`
MIT