Skip to main content
Module

x/valibot/src/types/utils.ts>MaybePromise

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias MaybePromise
import { type MaybePromise } from "https://deno.land/x/valibot@v0.37.0/src/types/utils.ts";

Constructs a type that is maybe a promise.

definition: TValue | Promise<TValue>