@tempots/std

PromiseValidation type

Represents a promise that resolves to a Validation object.

Signature:

export type PromiseValidation<E> = PromiseLike<Validation<E>>;

References: Validation