smartlog-destination-local/dist/beautylog.log.helpers.d.ts
2016-05-02 02:23:40 +02:00

8 lines
139 B
TypeScript

/**
*
* @param logText
* @param logType
* @returns {boolean}
*/
export declare let log: (logText?: string, logType?: string) => void;