@tempots/std > PromiseResult
Represents a promise that resolves to a Result type.
Result
Signature:
export type PromiseResult<V, E> = PromiseLike<Result<V, E>>;
References: Result