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
Originally posted by sant123 May 22, 2023 Hi, I see that collections/sortBy function orders by ascending. Could it be possible to support descending?
collections/sortBy
Also not sure if another overloading would be good or creating a new function for this.
Thanks.
I can create a PR with a new function called collections/sortByDesc. Please let me know 🙏🏼
collections/sortByDesc
The text was updated successfully, but these errors were encountered:
Maybe let's add { order: "asc" | "desc" } option?
{ order: "asc" | "desc" }
Sorry, something went wrong.
Sure @kt3k. Let me work on that 👀
Successfully merging a pull request may close this issue.
Discussed in https://github.com/denoland/deno_std/discussions/3393
Originally posted by sant123 May 22, 2023
Hi, I see that
collections/sortBy
function orders by ascending. Could it be possible to support descending?Also not sure if another overloading would be good or creating a new function for this.
Thanks.
I can create a PR with a new function called
collections/sortByDesc
. Please let me know 🙏🏼The text was updated successfully, but these errors were encountered: