import { type Deno } from "https://deno.land/x/deno@v1.36.0/cli/tsc/dts/lib.deno.ns.d.ts";
const { Closer } = Deno;
An abstract interface which when implemented provides an interface to close files/resources that were previously opened.
import { type Deno } from "https://deno.land/x/deno@v1.36.0/cli/tsc/dts/lib.deno.ns.d.ts";
const { Closer } = Deno;
An abstract interface which when implemented provides an interface to close files/resources that were previously opened.