import { type Deno } from "https://deno.land/x/deno@v1.28.0/cli/dts/lib.deno.ns.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).