Skip to main content
Module

std/collections/sort_by.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.221.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.