mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 21:23:24 +01:00
2 lines
65 B
TypeScript
2 lines
65 B
TypeScript
export declare function checkToken(token: string): Promise<any>;
|