UNPKG
@n3okill/utils
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.0
1.1.1
1.1.0
1.0.5
1.0.4
1.0.2
1.0.1
Many javascript helpers
github.com/n3okill/utils
n3okill/utils
@n3okill/utils
/
dist
/
mjs
/
security
/
generateBase64RandomKey.d.ts
7 lines
(6 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Generate random base64 key *
@param
length Length of the key to be generated *
@returns
Generated key in string format */
export
declare
function
generateBase64RandomKey
(
length
?:
number
):
string
;