-
Notifications
You must be signed in to change notification settings - Fork 2
UUID
Hunam edited this page Mar 14, 2021
·
2 revisions
This function returns the UUID(s) of the inputted username(s). The username
input is an username or an array of usernames smaller than 10.
UUID(username: string | string[])
Example output:
// UUID(['_hunam', 'syriusgang'])
[
"e5a310a065c44c2e9baeea4712481b6c",
"21e83fbae7a8403fbd7bf34060ca8cba"
]