1
0
mirror of https://github.com/okyyds/yyds.git synced 2026-07-12 18:51:17 +08:00
This commit is contained in:
YYDS
2022-09-01 20:34:33 +08:00
commit bf96ea56a7
271 changed files with 114678 additions and 0 deletions

7
utils/log_618.d.ts vendored Normal file
View 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 };