UNPKG

type-comparator

Version:

Useful comparator functions written on Typescript

9 lines 219 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function map(t, f) { return (a, b) => { return f(t(a), t(b)); }; } exports.map = map; //# sourceMappingURL=map.mutation.js.map