Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/io/types.d.ts>Closer

Deno standard library
Go to Latest
interface Closer
import { type Closer } from "https://deno.land/std@0.127.0/io/types.d.ts";

Methods

close(): void