UNPKG
discord-tool
Version:
latest (3.0.0)
3.0.0
2.0.0
0.0.0-claim
A best tool for discord bot
github.com/loirenn/discord-tool
loirenn/discord-tool
discord-tool
/
dist
/
utils
/
key.d.ts
5 lines
(4 loc)
•
135 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
keyGenerator
(
length
?:
number
,
options
?: { special_characters?:
boolean
; keywords?:
string
; }
):
string
;