forked from olcxjas-softworks/LarpixClient
8 lines
No EOL
291 B
TypeScript
8 lines
No EOL
291 B
TypeScript
export declare class Logger {
|
|
static debug(...args: any[]): void;
|
|
static v(platform: string, op: string, ...args: any[]): void;
|
|
static log(...args: any[]): void;
|
|
static warn(...args: any[]): void;
|
|
static error(...args: any[]): void;
|
|
}
|
|
//# sourceMappingURL=logger.d.ts.map
|