Skip to main content
Go to Latest
interface Closer
Re-export
import { type Closer } from "https://deno.land/std@0.223.0/streams/readable_stream_from_reader.ts";

An abstract interface which when implemented provides an interface to close files/resources that were previously opened.

Methods

close(): void

Closes the resource, "freeing" the backing file/resource.