source:
node_modules/d3-timer/src/index.js@
e4c61dd
| Last change on this file since e4c61dd was e4c61dd, checked in by , 6 months ago | |
|---|---|
|
|
| File size: 169 bytes | |
| Rev | Line | |
|---|---|---|
| [e4c61dd] | 1 | export { |
| 2 | now, | |
| 3 | timer, | |
| 4 | timerFlush | |
| 5 | } from "./timer.js"; | |
| 6 | ||
| 7 | export { | |
| 8 | default as timeout | |
| 9 | } from "./timeout.js"; | |
| 10 | ||
| 11 | export { | |
| 12 | default as interval | |
| 13 | } from "./interval.js"; |
Note:
See TracBrowser
for help on using the repository browser.
