The Power of Maybe in TypeScript
Aug 31, 2022 · 4 min read · In a perfect world, every function and every API we work with would have one clear type that always gets returned. Unfortunately, we don't live in a perfect world. In the real world, the functions and APIs we use might not have something to return to...
Join discussion