(feat): better connection management, utility functions & tests
This commit is contained in:
parent
b8889812c5
commit
822dfea577
14 changed files with 448 additions and 39 deletions
1
dist/user.d.ts
vendored
1
dist/user.d.ts
vendored
|
|
@ -10,5 +10,4 @@ export type User = {
|
|||
status_message: string;
|
||||
about: string;
|
||||
};
|
||||
export declare const userCacheMap: Map<number, User>;
|
||||
export declare function get(userId: number): Promise<User | undefined>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue