Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Awaitable

type Awaitable<T> = T | Promise<T>;

§Type Parameters

§Type

§
T | Promise<T>
[src]