0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/docs/api/puppeteer.awaitablepredicate.md

230 B

sidebar_label
AwaitablePredicate

AwaitablePredicate type

Signature:

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

References: Awaitable