dx-platform
dx-platform copied to clipboard
feat(utils): Nullable type
Lightweight zero-runtime Option replacement
What's the status for this one? I actually really want to give Nullable
a try, but I have a concern about naming: Nullable
is already an existing term in TS. Maybe we could borrow Maybe
from Haskell with it's Just
and Nothing
respectively, not to confuse them with Option
?