mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
core: remove heapStats type definition (#15393)
This commit is contained in:
parent
2e2c623882
commit
00b51ca94b
1 changed files with 0 additions and 3 deletions
3
core/lib.deno_core.d.ts
vendored
3
core/lib.deno_core.d.ts
vendored
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue