UNPKG
endpoint-monitor
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.1-patch
1.0.0
Monitor for endpoint
github.com/lihugang/endpoint-monitor
lihugang/endpoint-monitor
endpoint-monitor
/
dist
/
getsysinfo
/
cpu.d.ts
3 lines
•
161 B
TypeScript
View Raw
1
2
3
declare
const
getCpuUsagePercent
:
(
waitTime
?:
number
,
callback
?:
Function
) =>
Promise
<
number
>;
export
{ getCpuUsagePercent };
//# sourceMappingURL=cpu.d.ts.map