Skip to content

results-ts


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