Skip to main content
Module

x/uuid/lib/lib.deno_runtime.d.ts>timers.setInterval

Deprecated! UUID is part of the deno standard library
Latest
function timers.setInterval
import { timers } from "https://deno.land/x/uuid@v0.1.2/lib/lib.deno_runtime.d.ts";
const { setInterval } = timers;

Repeatedly calls a function , with a fixed time delay between each call.

Parameters

cb: (...args: Args) => void
delay: number
...args: Args

Returns

number