puppeteer/docs/api/puppeteer.awaitable.md

12 lines
134 B
Markdown

---
sidebar_label: Awaitable
---
# Awaitable type
#### Signature:
```typescript
export type Awaitable<T> = T | PromiseLike<T>;
```