Skip to content

Awaitable

Category
Type
Environment
Node & Browser
Last updated
2024/04/22 08:13:11

Awaitable type.

Usage

ts
import type { Awaitable } from "@bernankez/utils";

type MaybePromise = Awaitable<string>; // string | Promise<string>

Source

SourceDocs