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

8 lines
314 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 {};
//# sourceMappingURL=Log.d.ts.map