UNPKG

@azure/search-documents

Version:
8 lines 340 B
/** * Creates an interval that calls the callback every `ms` milliseconds. * @param fn - The callback to invoke * @param ms - The interval in milliseconds * @returns A cleanup function to clear the interval */ export declare function createInterval(fn: () => void, ms: number): () => void; //# sourceMappingURL=timers-browser.d.mts.map