/var/www/verywell.gr/server/delivery/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/verywell.gr/server/delivery/node_modules/es5-ext/function/#/not.js (319B)
"use strict"; var callable = require("../../object/valid-callable") , defineLength = require("../_define-length") , apply = Function.prototype.apply; module.exports = function () { var fn = callable(this); return defineLength(function () { return !apply.call(fn, this, arguments); }, fn.length); };