webcad-api/types/Common/Log.d.ts

12 lines
406 B
TypeScript
Raw Normal View History

2020-09-24 11:04:12 +08:00
declare type LogFunction = (message?: any, ...optionalParams: any[]) => void;
export declare const _LogInjectFunctions: LogFunction[];
export declare function Log(message?: any, ...optionalParams: any[]): void;
export declare const LogEnable: {
Display: boolean;
};
export declare const ReportErrorWrap: {
ReportError: any;
IsProduction: boolean;
};
2020-09-24 11:04:12 +08:00
export {};
//# sourceMappingURL=Log.d.ts.map