smartlog-destination-local/dist/beautylog.console.d.ts
2016-10-16 02:26:43 +02:00

6 lines
119 B
TypeScript

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