Replies: 1 comment
-
Why not update the method signature to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is a feature we could use, but before creating a PR, I thought I'd bring it up first. Every now and then we need to conditionally exclude multiple properties at once.
We could use something like
excludeManyWhen(['a', 'b', 'c',], fn () => true !== false)
.Would you consider something like this?
Beta Was this translation helpful? Give feedback.
All reactions