PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
es5-ext
/
test
/
function
/
#
"use strict"; var nextTick = require("next-tick"); module.exports = function (t, a, d) { var wasInvoked = false, args = [{}, {}], context = {}; var target = t.call(function () { a(this, context); a.deep(arguments, args); wasInvoked = true; }); nextTick(function () { a(wasInvoked, false); target.apply(context, args); a(wasInvoked, false); nextTick(function () { a(wasInvoked, true); d(); }); }); };
[-] 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]