Skip to main content
Module

x/p_timeout/mod.ts>ClearablePromise

Timeout a promise after a specified amount of time
Latest
interface ClearablePromise
implements Promise<T>
import { type ClearablePromise } from "https://deno.land/x/p_timeout@1.0.2/mod.ts";

Properties

clear: () => void

Clear the timeout.