mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-21 17:29:16 +08:00
8 lines
163 B
TypeScript
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 };
|