generic-min-max
Version:
This node.js module exports a generic min-max algorithm, alongside some implementations This package comes with full typescript support!
9 lines • 364 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.minMax = void 0;
const minMax_1 = __importDefault(require("./minMax"));
exports.minMax = minMax_1.default;
//# sourceMappingURL=index.js.map