import { type Deno } from "https://deno.land/x/ayonli_jsext@v0.9.72/lib.deno.d.ts";
const { MemoryUsage } = Deno;
Properties
The number of bytes of the current Deno's process resident set size, which is the amount of memory occupied in main memory (RAM).