Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rambda/index.d.ts>comparator

Faster and smaller alternative to Ramda
Latest
function comparator
import { comparator } from "https://deno.land/x/rambda@9.2.1/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