plainfp - v0.1.0
GitHub
npm
Preparing search index...
index
Ok
Type Alias Ok<T>
A successful
Result
carrying a value.
type
Ok
<
T
>
=
{
ok
:
true
;
value
:
T
;
}
Type Parameters
T
Index
Properties
ok
value
Properties
Readonly
ok
ok
:
true
Readonly
value
value
:
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
ok
value
GitHub
npm
plainfp - v0.1.0
Loading...
A successful Result carrying a value.