puppeteer/docs/api/puppeteer.awaitable.md
2022-07-01 11:52:39 +00:00

141 B

sidebar_label
Awaitable

Awaitable type

Signature:

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