Skip to main content
Module

std/signal/mod.ts>Disposable

Deno standard library
Go to Latest
type alias Disposable
import { type Disposable } from "https://deno.land/std@0.41.0/signal/mod.ts";
definition: { dispose: () => void; }