Pacote
Preparing search index...
@pacote/option
Some
Interface Some<T>
Option
type wrapping a value of type
T
.
interface
Some
<
T
>
{
constructor
:
any
;
type
:
typeof
T_SOME
;
value
:
T
;
}
Type Parameters
T
Wrapped value type.
Index
Constructors
constructor
Properties
type
value
Constructors
constructor
constructor
:
any
Properties
Readonly
type
type
:
typeof
T_SOME
Readonly
value
value
:
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
type
value
Pacote
Loading...
Option
type wrapping a value of typeT
.