Skip to main content
Module

x/rambda/index.d.ts>comparator

Faster and smaller alternative to Ramda
Latest
function comparator
import { comparator } from "https://deno.land/x/rambda@v9.2.0/index.d.ts";

It returns a comparator function that can be used in sort method.

Parameters

pred: (a: T, b: T) => boolean

Returns

(x: T, y: T) => Ordering