UNPKG

@flashport/flashport

Version:

FlashPort is a TypeScript 2D graphics library that largely replicates the Flash ActionScript 3.0 library

11 lines (10 loc) 330 B
import { Timer } from "./Timer"; export declare class SetIntervalTimer extends Timer { private static intervals; id: number; private closure; private rest; constructor(closure: Function, delay: number, repeats: boolean, rest: any[]); static clearInterval(id_to_clear: number): void; private onTimer; }