network-performance-monitor
Version:
A comprehensive network performance monitoring tool that continuously tests and tracks your network's performance over time
14 lines • 368 B
TypeScript
import { config as defaultConfig } from './config';
export interface CustomConfig {
intervals?: {
regularCheck?: number;
speedTest?: number;
};
dns?: {
servers?: string[];
query?: string;
};
websites?: string[];
}
export declare function loadConfig(): typeof defaultConfig;
//# sourceMappingURL=configLoader.d.ts.map