1.0.1 • Published 3 years ago

@marcinp92/randomid-generator v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

This pack provide us possibility to generate random signs string. We can provide information about length of random string.

// How to use it ??

In the console install pack : yarn install @marcinp92/randomid-generator in your code import pack, for example use : const randomId = require('@marcinp92/randomid-generator'); ` you can use this pack with : const randomString = randomID(10) - when 10 is a lenght of our string.