Option.from
can no longer return null
as a Some
.
Option.from
can no longer return undefined
as a Some
.
Option.from
predicate now defaults to Predicate.ANY
where it previously was Predicate.THRUTHY
.
Replace all new None()
with None
.
The exported None
is now a singleton.