Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/frugal/dep/puppeteer/mod.ts>Awaitable

A frugal web framework
Latest
type alias Awaitable
import { type Awaitable } from "https://deno.land/x/frugal@0.9.6/dep/puppeteer/mod.ts";
definition: T | PromiseLike<T>