Skip to main content
Latest
type alias Awaitable
import { type Awaitable } from "https://deno.land/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/common/types.d.ts";
definition: T | PromiseLike<T>