Skip to content
On this page

setInterval()

Schedules execution of handler in specified intervals.

Function Definition

ts
function setInterval(handler: (...args: any[]) => void, miliseconds: number): number;

Arguments

  • handler: (...args: any[]) => void
  • miliseconds: number

Returns

  • number

Documentation

No Documentation Provided Yet

Documentation Created with ❤️ by Stuyk