1
0
mirror of https://github.com/okyyds/yyds.git synced 2026-07-12 16:01:18 +08:00
Files
yyds/utils/log_618.d.ts
YYDS bf96ea56a7 1
2022-09-01 20:34:33 +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 };