1.0.1 • Published 11 months ago

@badzio3/randomid-generator v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

This is a small package for generating random id.

use yarn add @badzio3/randomid-generator to add this package to your code. link to npm site to use this generator import the package and call it off as function with param equal to length of desire ID

const randomID = require('@badzio3/randomid-generator'); console.log(randomID(10));

1.0.1

11 months ago

1.0.0

11 months ago