UNPKG

iter-tools-es

Version:
11 lines (9 loc) 234 B
const { curry } = require('../../internal/curry.js'); function __apply(fn, args = []) { return fn(...(args === null ? [] : args)); } exports.__apply = __apply; const apply = /*#__PURE__*/curry(__apply, 2); exports.apply = apply;