plainfp - v0.1.0
GitHub
npm
Preparing search index...
index
Some
Type Alias Some<T>
The "present" case of an
Option
, carrying a value of type
T
.
type
Some
<
T
>
=
{
some
:
true
;
value
:
T
;
}
Type Parameters
T
Index
Properties
some
value
Properties
Readonly
some
some
:
true
Readonly
value
value
:
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
some
value
GitHub
npm
plainfp - v0.1.0
Loading...
The "present" case of an Option, carrying a value of type
T.