初始化版本库,可用
This commit is contained in:
8
types/Common/Log.d.ts
vendored
Normal file
8
types/Common/Log.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
Reference in New Issue
Block a user