UNPKG

endpoint-monitor

Version:
6 lines 355 B
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