Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/codecs
isSome
Function isSome
Whether the given
Option
is a
Some
.
isSome
<
T
>
(
option
:
Option
<
T
>
)
:
option
is
Readonly
<
{
__option
:
"Some"
;
value
:
T
}
>
Type Parameters
T
Parameters
option
:
Option
<
T
>
Returns
option
is
Readonly
<
{
__option
:
"Some"
;
value
:
T
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...
Whether the given Option is a Some.