Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rambda/rambda.js>sortWith

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

Parameters

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

Returns

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

Parameters

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