summary refs log tree commit diff
path: root/dist/util/checkToken.d.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-06 09:20:07 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-06 09:20:07 +0100
commit6ab626fc0dcb4ce62345c9ee967ba300474728e2 (patch)
tree70732944b28d7daec211484c7452092f3e3c4d18 /dist/util/checkToken.d.ts
parent:bug: export files and classes (diff)
downloadserver-6ab626fc0dcb4ce62345c9ee967ba300474728e2.tar.xz
:sparkles: convertBigIntToString
Diffstat (limited to 'dist/util/checkToken.d.ts')
-rw-r--r--dist/util/checkToken.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/util/checkToken.d.ts b/dist/util/checkToken.d.ts

index 478d382a..f8dcbe12 100644 --- a/dist/util/checkToken.d.ts +++ b/dist/util/checkToken.d.ts
@@ -1 +1 @@ -export declare function checkToken(token: string): Promise<unknown>; +export declare function checkToken(token: string): Promise<any>;