Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/io/types.d.ts>Closer

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface Closer
import { type Closer } from "https://deno.land/std@0.158.0/io/types.d.ts";

Methods

close(): void