endpoint-monitor
Version:
Monitor for endpoint
6 lines • 355 B
TypeScript
declare const setMonitorOutputPath: (path: string) => void;
declare const setWarningOutputPath: (path: string) => void;
declare const setWarnings: (_warnings: any) => void;
declare const setMSecond: (value: number) => number;
export { setMSecond, setMonitorOutputPath, setWarningOutputPath, setWarnings };
//# sourceMappingURL=printSysStatus.d.ts.map