UNPKG

timeout-flow

Version:

Fluent, composable, pauseable JavaScript timers and time control flows — plus RAF utilities for frame-based logic.

7 lines (6 loc) 287 B
export function assertRafAvailable(): void; export function afterRaf(...args: any[]): any; export function everyRaf(...args: any[]): any; export function debounceRaf(...args: any[]): any; export function throttleRaf(...args: any[]): any; export function waitForRaf(...args: any[]): any;