Skip to main content
Module

x/shed/index.ts>Awaitable

All Worker Tools under a single roof
Latest
type alias Awaitable
Re-export
import { type Awaitable } from "https://deno.land/x/shed@v0.1.0-pre.10/index.ts";
definition: T | PromiseLike<T>