UNPKG

logger-monitor

Version:
3 lines (2 loc) 122 B
import { Log } from './types'; export declare const formatLog: (log: Log, showTimestamp?: boolean | undefined) => string;