UNPKG

gibstr

Version:

GIB STRINGE!! Generates an alphanumeric string. That's it.

28 lines (15 loc) 325 B
# GIBSTR > GIB STRINGE!! Generates an alphanumeric string. That's it. ## Install `npm i -S gibstr` or `yarn add gibstr` ## Usage ```typescript import { gibstr } from 'gibstr' console.log(gibstr()) //"cpbxf3j9qz" or something //or console.log(gibstr(200)) //Long string ``` ## Test `npm i && npm t` ## License MIT