Skip to main content
Module

std/collections/sort_by.ts

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
import * as mod from "https://deno.land/std@0.217.0/collections/sort_by.ts";

Functions

Returns all elements in the given collection, sorted by their result using the given selector. The selector function is called only once for each element. Ascending or descending order can be specified.

Type Aliases

Order option for SortByOptions.

Options for sortBy.