diff options
Diffstat (limited to 'src/util.ts')
-rw-r--r-- | src/util.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util.ts b/src/util.ts index 80067ff..e9fa145 100644 --- a/src/util.ts +++ b/src/util.ts @@ -1,4 +1,6 @@ -/* Utility functions (not related to Hypixel) */ +/** + * Random utility functions that are not related to Hypixel + */ export function undashUuid(uuid: string): string { return uuid.replace(/-/g, '') |