You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Narrow types for Show utility
* TIL that 0n is also falsy
I don't know if I like that. 0n feels more object-y than 0 to me
* Use NonNullable<T>. That's what TS type narrowing does by default.
Downside: It won't correctly handle literal values like "hello" vs "", but oh well.
* Add changeset
---------
Co-authored-by: Jovi De Croock <[email protected]>
0 commit comments