1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-11 13:14:06 +01:00
server/dist/util/checkToken.d.ts

2 lines
65 B
TypeScript
Raw Normal View History

2021-02-06 09:20:07 +01:00
export declare function checkToken(token: string): Promise<any>;