UNPKG

@widergy/web-utils

Version:
2 lines (1 loc) 115 B
export declare const waitFor: (conditionFuntion: Function, interval: number, retries: number) => Promise<unknown>;