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

6 lines
157 B
TypeScript
Raw Normal View History

2016-05-23 07:10:30 +00:00
import "typings-global";
2016-05-19 17:27:09 +00:00
export declare let beautyConsole: {
log2: (message?: any, ...optionalParams: any[]) => void;
log: (logArg: any) => void;
};