Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 142 Bytes

puppeteer.awaitable.md

File metadata and controls

11 lines (8 loc) · 142 Bytes
sidebar_label
Awaitable

Awaitable type

Signature:

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