FLUJOS/VISUALIZACION/node_modules/d3-timer/src/index.js
2025-11-07 00:06:12 +01:00

13 lines
169 B
JavaScript
Executable file

export {
now,
timer,
timerFlush
} from "./timer.js";
export {
default as timeout
} from "./timeout.js";
export {
default as interval
} from "./interval.js";