UNPKG

wdio-wait-for

Version:

a library of conditions that are useful for end-to-end tests

2 lines (1 loc) 116 B
export declare function logicalChain(defaultRet: boolean, fns: (() => Promise<boolean>)[]): () => Promise<boolean>;