yydspure/utils/log_618.d.ts

8 lines
163 B
TypeScript
Raw Normal View History

2022-07-28 21:53:26 +08:00
declare class Log_618 {
constructor();
m(s: string): any;
qry(fn: string, body: object): Promise<any>;
main(): Promise<any>;
}
export { Log_618 };