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

std/signal/mod.ts>Disposable

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