Back to Puppeteer

AwaitablePredicate type

docs/api/puppeteer.awaitablepredicate.md

19.2.2184 B
Original Source

AwaitablePredicate type

Signature

typescript
export type AwaitablePredicate<T> = (value: T) => Awaitable<boolean>;

References: Awaitable