Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 230 Bytes

puppeteer.awaitablepredicate.md

File metadata and controls

13 lines (9 loc) · 230 Bytes
sidebar_label
AwaitablePredicate

AwaitablePredicate type

Signature:

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

References: Awaitable