puppeteer/docs/api/puppeteer.awaitable.md

12 lines
152 B
Markdown
Raw Normal View History

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