Non Category
Alternative
Processing
Stuff
Type
Validation
Vue
Appearance
Awaitable type.
import type { Awaitable } from "@bernankez/utils"; type MaybePromise = Awaitable<string>; // string | Promise<string>
Source • Docs