UNPKG

@cloudize/async-interval

Version:

Modern version of setInterval for promises and async functions available in Node.js and browsers.

2 lines (1 loc) 60 B
export type SetIntervalAsyncStrategy = "dynamic" | "fixed";