mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
152 B
152 B
sidebar_label |
---|
Awaitable |
Awaitable type
Signature:
export declare type Awaitable<T> = T | PromiseLike<T>;