UNPKG

@prelude/cmp

Version:

Cmp module.

6 lines 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** @returns composed comparision function from provided comparision and value mapping. */ const map = (cmp, f) => (a, b) => cmp(f(a), f(b)); exports.default = map; //# sourceMappingURL=map.js.map