makearmy-app/node_modules/d3-timer/src/index.js

14 lines
169 B
JavaScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
export {
now,
timer,
timerFlush
} from "./timer.js";
export {
default as timeout
} from "./timeout.js";
export {
default as interval
} from "./interval.js";