@dbidwell94/ts-utils
Preparing search index...
Some
Type Alias Some<T>
Represents an
Option<T>
type with a value.
type
Some
<
T
>
=
{
value
:
T
;
}
Type Parameters
T
Index
Properties
value
Properties
Readonly
value
value
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
value
@dbidwell94/ts-utils
Loading...
Represents an
Option<T>
type with a value.