UNPKG

network-performance-monitor

Version:

A comprehensive network performance monitoring tool that continuously tests and tracks your network's performance over time

4 lines 248 B
import * as winston from 'winston'; export declare const logger: winston.Logger; export declare function logTestResult(testType: string, target: string, success: boolean, latency?: number, error?: string): void; //# sourceMappingURL=logger.d.ts.map