A common alias of Maybe.of
Wrap a value with Maybe.
If the value is undefined or null, it will return "Nothing". Otherwise, it will return a "Just" containing the value.
Generated using TypeDoc
A common alias of Maybe.of