timeout-flow
Version:
Fluent, composable, pauseable JavaScript timers and time control flows — plus RAF utilities for frame-based logic.
10 lines (9 loc) • 357 B
TypeScript
export { parseDuration } from "./parseDuration.js";
export { flow } from "./TimeoutFlow.js";
export { throttle } from "./throttle.js";
export { debounce } from "./debounce.js";
export { after } from "./after.js";
export { every } from "./every.js";
export { waitFor } from "./waitFor.js";
export { retry } from "./retry.js";
export * from "./raf/index.js";