Skip to main content
Module

x/rambda/rambda.js>sortWith

Faster and smaller alternative to Ramda
Go to Latest
function sortWith
import { sortWith } from "https://deno.land/x/rambda@v9.1.0/rambda.js";

Parameters

fns: Array<(a: T, b: T) => number>

Returns

(list: T[]) => T[]

Parameters

fns: Array<(a: T, b: T) => number>
list: T[]