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

6 lines
157 B
TypeScript

import "typings-global";
export declare let beautyConsole: {
log2: (message?: any, ...optionalParams: any[]) => void;
log: (logArg: any) => void;
};