1.0.1 • Published 2 years ago

@badzio3/randomid-generator v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.0.0

2 years ago