--- sidebar_label: Predicate --- # Predicate type #### Signature: ```typescript export type Predicate = | ((value: From) => value is To) | ((value: From) => Awaitable); ``` **References:** [Awaitable](./puppeteer.awaitable.md)