smartlog-destination-local/dist/beautylog.console.d.ts

5 lines
132 B
TypeScript
Raw Normal View History

2016-05-19 17:27:09 +00:00
export declare let beautyConsole: {
log2: (message?: any, ...optionalParams: any[]) => void;
log: (logArg: any) => void;
};