UNPKG

timeout-flow

Version:

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

6 lines (5 loc) 226 B
export { afterRaf } from "./afterRaf.js"; export { everyRaf } from "./everyRaf.js"; export { debounceRaf } from "./debounceRaf.js"; export { throttleRaf } from "./throttleRaf.js"; export { waitForRaf } from "./waitForRaf.js";