UNPKG
random-stringinizer
Version:
latest (1.0.0)
1.0.0
Generate Random Crypto String with ease!
random-stringinizer
/
test.js
6 lines
(3 loc)
•
112 B
JavaScript
View Raw
1
2
3
4
5
6
const
random
=
require
(
'./index'
) const
string
=
random
({
len
:
10
, typeOf:
"hexadecimal"
}) console.
log
(
string
)