@tempots/std

PromiseResult type

Represents a promise that resolves to a Result type.

Signature:

export type PromiseResult<V, E> = PromiseLike<Result<V, E>>;

References: Result