@cloudize/async-interval
Version:
Modern version of setInterval for promises and async functions available in Node.js and browsers.
9 lines (8 loc) • 422 B
text/typescript
import { clearIntervalAsync } from "../clear-interval-async.cjs";
import { setIntervalAsync } from "./set-interval-async.cjs";
import { SetIntervalAsyncHandler } from "../set-interval-async-handler.cjs";
import type { SetIntervalAsyncTimer } from "../set-interval-async-timer.cjs";
export { clearIntervalAsync };
export { setIntervalAsync };
export type { SetIntervalAsyncHandler };
export type { SetIntervalAsyncTimer };