Back to Puppeteer

Awaitable type

docs/api/puppeteer.awaitable.md

19.2.297 B
Original Source

Awaitable type

Signature

typescript
export type Awaitable<T> = T | PromiseLike<T>;