1
0
mirror of https://github.com/okyyds/yydspure.git synced 2023-07-10 13:41:21 +08:00
Files
yydspure/utils/log_618.d.ts
YYDS 3a2bbae8b0 1
2022-09-01 20:35:24 +08:00

8 lines
163 B
TypeScript

declare class Log_618 {
constructor();
m(s: string): any;
qry(fn: string, body: object): Promise<any>;
main(): Promise<any>;
}
export { Log_618 };