diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/lib.deno_core.d.ts | 3 |
1 files changed, 0 insertions, 3 deletions
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<void>; - /** Get heap stats for current isolate/worker */ - function heapStats(): Record<string, number>; - /** Encode a string to its Uint8Array representation. */ function encode(input: string): Uint8Array; |