puppeteer/docs/api/puppeteer.awaitable.md

134 B

sidebar_label
Awaitable

Awaitable type

Signature:

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