Skip to main content
Go to Latest
type alias SortByOptions
import { type SortByOptions } from "https://deno.land/std@0.219.1/collections/mod.ts";

Options for sortBy.

definition: { order: Order; }