UNPKG

@blackglory/wait-for

Version:

A module for waiting for things to happen.

2 lines (1 loc) 105 B
export declare function waitForFunction<T>(fn: () => T | PromiseLike<T>, interval?: number): Promise<T>;