From 00b51ca94b20269baa5d4d84b24e0273a52d5df6 Mon Sep 17 00:00:00 2001 From: Zach Date: Wed, 3 Aug 2022 08:41:44 -0400 Subject: core: remove heapStats type definition (#15393) --- core/lib.deno_core.d.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/lib.deno_core.d.ts') diff --git a/core/lib.deno_core.d.ts b/core/lib.deno_core.d.ts index dcc50d263..bd3729ed9 100644 --- a/core/lib.deno_core.d.ts +++ b/core/lib.deno_core.d.ts @@ -73,9 +73,6 @@ declare namespace Deno { */ function shutdown(rid: number): Promise; - /** Get heap stats for current isolate/worker */ - function heapStats(): Record; - /** Encode a string to its Uint8Array representation. */ function encode(input: string): Uint8Array; -- cgit v1.2.3