UNPKG

bookie-d3-timer

Version:

An efficient queue capable of managing thousands of concurrent animations.

14 lines (11 loc) 185 B
export { now, timer, timerFlush } from "./src/timer"; export { default as timeout } from "./src/timeout"; export { default as interval } from "./src/interval";