PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
es5-ext
/
test
/
function
/
#
"use strict"; var toArray = require("../../../array/to-array") , f = function () { return toArray(arguments); }; module.exports = function (t, a) { var x, y = {}, z; a.deep(t.call(f, 0, 1, 2)(3), [], "0 arguments"); x = t.call(f, 5, {}); a(x.length, 5, "Length #1"); z = x(1, 2); a(z.length, 3, "Length #2"); z = z(3, 4); a(z.length, 1, "Length #1"); a.deep(z(5, 6), [1, 2, 3, 4, 5], "Many arguments"); a.deep(x(8, 3)(y, 45)("raz", 6), [8, 3, y, 45, "raz"], "Many arguments #2"); };
[-] partial.js
[edit]
[-] to-string-tokens.js
[edit]
[-] spread.js
[edit]
[-] copy.js
[edit]
[+]
..
[-] not.js
[edit]
[-] curry.js
[edit]
[-] lock.js
[edit]
[-] compose.js
[edit]
[-] microtask-delay.js
[edit]