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