puppeteer/docs/api/puppeteer.awaitablepredicate.md

14 lines
230 B
Markdown
Raw Normal View History

---
sidebar_label: AwaitablePredicate
---
# AwaitablePredicate type
#### Signature:
```typescript
export type AwaitablePredicate<T> = (value: T) => Awaitable<boolean>;
```
**References:** [Awaitable](./puppeteer.awaitable.md)