source:
node_modules/d3-timer/src/index.js
| Last change on this file was e4c61dd, checked in by , 6 months ago | |
|---|---|
|
|
| File size: 169 bytes | |
| Line | |
|---|---|
| 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.
