Skip to content

Enforcing Maybe<T> values

Compare
Choose a tag to compare
@iMarv iMarv released this 05 Jun 17:36
· 25 commits to master since this release

BREAKING:

When calling match it is now enforced that a value is passed that can be null.
Typescript will throw an error if a values Type does not allow it to be null.