@katsobieska/id-generator-app
v1.0.4
Published
Short app dedicated for generation of random string with letters and numbers included.
Downloads
1
Readme
random-id-app
Short app dedicated for generation of random string with letters and numbers included.
Getting started
npm install @katsobieska/[email protected]
or
yarn install @katsobieska/[email protected]
Import
const randomId = require("@katsobieska/id-generator-app");
Usage
randomId(x); x = expected length of ID
Links
GITHUB: https://github.com/KatSobieska/id-generator-app NPM: https://www.npmjs.com/package/@katsobieska/id-generator-app