UNPKG

network-performance-monitor

Version:

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

28 lines 548 B
export declare const config: { db: { directory: string; filename: string; }; logging: { directory: string; filename: string; }; pid: { directory: string; filename: string; }; dns: { servers: string[]; query: string; }; websites: string[]; intervals: { regularCheck: number; speedTest: number; defaultTest: number; }; thresholds: { latencyMultiplier: number; }; }; //# sourceMappingURL=config.d.ts.map