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

6 lines
119 B
TypeScript
Raw Normal View History

2016-10-16 00:26:43 +00:00
import 'typings-global';
2016-05-19 17:27:09 +00:00
export declare let beautyConsole: {
log: (logArg: any) => void;
2016-07-23 17:47:23 +00:00
error: () => void;
2016-05-19 17:27:09 +00:00
};