@tempots/std > Success
Represents a successful result.
Signature:
export type Success<V> = { readonly type: 'Success'; readonly value: V; };