1.0.3 • Published 2 years ago
random-key-cz v1.0.3
random-key-cz
A simple package to generate random keys/strings for generic purposes.
Params
randomKeyCZ(length, hyphen, hyphenPos)
length: number --> Length of the random key you want to generate (*required)hyphen: boolean --> Determines if you want to add hyphens in your random key (*required)hyphenPos: number --> Determines at which position, hyphens will repeat in your random string (optional) (default = 1)
Examples
randomKeyCZ(10, true)- Output ->J-9-R-0-3-F-i-q-Z-PrandomKeyCZ(10, false)- Output ->nkzCHHVlcCrandomKeyCZ(15, true, 3)- Output ->nN1-YXv-kwg-Zq3-YO7