results-ts / NoneOption
Type Alias: NoneOption<T>
NoneOption<
T> =OptionMethods<T> &object
Defined in: option.ts:28
Represents the absence of a value of type T.
Type Declaration
_isSome
readonly_isSome:false
Type Parameters
T
T
results-ts / NoneOption
NoneOption<
T> =OptionMethods<T> &object
Defined in: option.ts:28
Represents the absence of a value of type T.
readonly_isSome:false
T