@tempots/std

PromiseResult type

Represents a promise that resolves to a Result type.

Signature:

export type PromiseResult = PromiseLike<Result>;

References: Result