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

6 lines
119 B
TypeScript

import "typings-global";
export declare let beautyConsole: {
log: (logArg: any) => void;
error: () => void;
};