mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Update index.d.ts
This commit is contained in:
Vendored
+3
-3
@@ -53,11 +53,11 @@ declare namespace pidusage {
|
||||
type Status = Stat;
|
||||
|
||||
/**
|
||||
* If needed this function can be used to clear the event loop.
|
||||
* Indeed, we're registering an interval to free up the in-memory metrics.
|
||||
* If needed this function can be used to clear the event loop.
|
||||
* Indeed, we're registering an interval to free up the in-memory metrics.
|
||||
* By calling this, it will clear this interval and all delete all in-memory data
|
||||
*/
|
||||
export function clear(): void;
|
||||
function clear(): void;
|
||||
}
|
||||
|
||||
export = pidusage;
|
||||
|
||||
Reference in New Issue
Block a user