From 25ad5fe08a74f8105820f74209cd6bad2419cf3d Mon Sep 17 00:00:00 2001 From: wujingtao <601595686@qq.com> Date: Mon, 14 Jan 2019 18:57:00 +0800 Subject: [PATCH] Update index.d.ts --- types/pidusage/index.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/types/pidusage/index.d.ts b/types/pidusage/index.d.ts index 976611f9b3..3efec6ce09 100644 --- a/types/pidusage/index.d.ts +++ b/types/pidusage/index.d.ts @@ -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;