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

5 lines
132 B
TypeScript

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