UNPKG

network-performance-monitor

Version:

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

12 lines 310 B
export declare class PidFile { private pidPath; constructor(); private ensureDirectoryExists; write(): void; read(): number | null; remove(): void; isProcessRunning(pid: number): boolean; isDaemonRunning(): boolean; exists(): boolean; } //# sourceMappingURL=pidfile.d.ts.map