(previousValue?: CpuUsageValue)
| 6 | declare namespace InternalProcessBinding { |
| 7 | interface Process { |
| 8 | cpuUsage(previousValue?: CpuUsageValue): CpuUsageValue; |
| 9 | threadCpuUsage(previousValue?: CpuUsageValue): CpuUsageValue; |
| 10 | } |
| 11 | } |
no outgoing calls
no test coverage detected