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

x/dnx/comparisons/compareValuesBy.ts>default

Fluent modular JavaScript utility library.
Go to Latest
function default
import { default } from "https://deno.land/x/dnx@0.0.4/comparisons/compareValuesBy.ts";

Compares two values by the values selected.

Parameters

a: T
b: T
...selectors: Selectors<T>

Returns

number