@bytebury/sauce - v1.4.0
Preparing search index...
option
wrap
Function wrap
wrap
<
T
>
(
value
:
T
)
:
Option
<
T
>
Wraps a value that might be
null
or
undefined
and turns it into an Option.
Type Parameters
T
Parameters
value
:
T
Returns
Option
<
T
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@bytebury/sauce - v1.4.0
Loading...
Wraps a value that might be
null
orundefined
and turns it into an Option.