UNPKG

if-logger

Version:

`if-logger` can set whether to log or not dynamically

11 lines (10 loc) 220 B
export default class StopWatch { times: any; header: any; printLog: any; constructor(printLog: any); start(title?: string): void; check(label: string): void; reset(): void; end(): void; }