UNPKG
utilitaire
Version:
latest (1.0.0)
1.0.0
Common utils for JavaScript and Typescript development
utilitaire
/
README.md
7 lines
(5 loc)
•
156 B
Markdown
View Raw
1
2
3
4
5
6
7
Usage
======
import
*
as
U
from
"utilitaire"
U.
Option
.
of
(
null
)
// -> empty
const
some :
Option
<
number
> =
new
U.
Some
(
2
).
flatMap
(
x
=>
null
)
// -> empty