Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/windmill/node_modules/evt/src/tools/safeSetTimeout.ts>safeSetTimeout

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Latest
variable safeSetTimeout
import { safeSetTimeout } from "https://deno.land/x/windmill@v1.398.1/node_modules/evt/src/tools/safeSetTimeout.ts";

type

(callback: () => void, ms: number) => Timer