mirror of
https://github.com/okyyds/yyds.git
synced 2026-07-12 18:51:17 +08:00
1
This commit is contained in:
7
utils/log_618.d.ts
vendored
Normal file
7
utils/log_618.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
declare class Log_618 {
|
||||
constructor();
|
||||
m(s: string): any;
|
||||
qry(fn: string, body: object): Promise<any>;
|
||||
main(): Promise<any>;
|
||||
}
|
||||
export { Log_618 };
|
||||
Reference in New Issue
Block a user