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

x/retry/wait/timeoutError.ts>isTimeoutError

Re-execute a function until it does not throw an error or execute a function with a timeout.
Very Popular
Latest
function isTimeoutError
import { isTimeoutError } from "https://deno.land/x/retry@v2.0.0/wait/timeoutError.ts";

Type guard for TimeoutError

Parameters

error: Error