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
Curious if this is something easily solvable in TypeScript? I have a different implementation, but it's a mess consisting of about 30 conditional checks that's use-case specific. I think a DeepExclude would be a better utility, and meet my specific use-case pretty well. Thoughts?
The text was updated successfully, but these errors were encountered:
I've tried this but it doesn't quite get me where I want to go:
Curious if this is something easily solvable in TypeScript? I have a different implementation, but it's a mess consisting of about 30 conditional checks that's use-case specific. I think a
DeepExclude
would be a better utility, and meet my specific use-case pretty well. Thoughts?The text was updated successfully, but these errors were encountered: