Interface: Some<T>
result/src.Some
license
MIT
copyright
2020 1Computer
The value exists.
Type parameters
Name | Description |
---|---|
T | Type of results. |
Properties
exists
• Readonly
exists: true
If this is a Some, this is true.
Defined in
projects/utilities/packages/result/src/lib/Lexure.ts:64
value
• Readonly
value: T
The value, which only exists on a Some.