/var/www/greso.tech/server/nsm/node_modules/es5-ext/function/#
NameSizeModeActions
compose.js6410644editdlrm
copy.js5410644editdlrm
curry.js8010644editdlrm
index.js3290644editdlrm
lock.js2620644editdlrm
microtask-delay.js3980644editdlrm
not.js3190644editdlrm
partial.js4390644editdlrm
spread.js2350644editdlrm
to-string-tokens.js5600644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/es5-ext/function/#/lock.js (262B)
"use strict"; var callable = require("../../object/valid-callable") , apply = Function.prototype.apply; module.exports = function (/* …args*/) { var fn = callable(this), args = arguments; return function () { return apply.call(fn, this, args); }; };