We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have slipped a breaking change of omit in the v4. omit's 2nd param has the signature @param {...(string|string[])} . documentation.
omit
@param {...(string|string[])}
At some places we are calling omit with a function as a 2nd param.
The text was updated successfully, but these errors were encountered:
whoa I didn't know, good catch!
Sorry, something went wrong.
06caeb8
No branches or pull requests
We have slipped a breaking change of omit in the v4.
omit
's 2nd param has the signature@param {...(string|string[])}
.documentation.
At some places we are calling omit with a function as a 2nd param.
The text was updated successfully, but these errors were encountered: