source: node_modules/d3-timer/src/index.js

Last change on this file was e4c61dd, checked in by istevanoska <ilinastevanoska@…>, 6 months ago

Prototype 1.1

  • Property mode set to 100644
File size: 169 bytes
Line 
1export {
2 now,
3 timer,
4 timerFlush
5} from "./timer.js";
6
7export {
8 default as timeout
9} from "./timeout.js";
10
11export {
12 default as interval
13} from "./interval.js";
Note: See TracBrowser for help on using the repository browser.