Skip to content

Commit

Permalink
core: remove heapStats type definition (#15393)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachauten authored and crowlKats committed Aug 4, 2022
1 parent 850a98c commit 1e7d699
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/lib.deno_core.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 1e7d699

Please sign in to comment.