dx-platform icon indicating copy to clipboard operation
dx-platform copied to clipboard

feat(utils): Nullable type

Open raveclassic opened this issue 5 years ago • 1 comments

Lightweight zero-runtime Option replacement

raveclassic avatar Aug 27 '19 18:08 raveclassic

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?

sutarmin avatar Sep 25 '19 11:09 sutarmin