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
.group
Would be nice to have a .group to return duplicates grouped by the property.
- [{name, file}, {name, file}] + {name, file: [file, file]}
Easy workaround is to use _.groupBy, but would be a nice convenience.
_.groupBy
The text was updated successfully, but these errors were encountered:
Hi!
Sorry, I had just noticed this, I will work on adding this in to the next update, and will let you know once done.
Thanks for your feedback!! 🙂
Sorry, something went wrong.
No branches or pull requests
Would be nice to have a
.group
to return duplicates grouped by the property.Easy workaround is to use
_.groupBy
, but would be a nice convenience.The text was updated successfully, but these errors were encountered: