smartlog-destination-local/dist/beautylog.log.helpers.d.ts

8 lines
139 B
TypeScript
Raw Normal View History

2016-05-02 00:23:40 +00:00
/**
*
* @param logText
* @param logType
* @returns {boolean}
*/
export declare let log: (logText?: string, logType?: string) => void;