UNPKG

curried-intrinsic

Version:
8 lines (7 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.max = void 0; const create_curried_1 = require("create-curried"); exports.max = (0, create_curried_1.curried)(Math.max, 0) .takesRest() .generate();