Sha256: bb12c5bc3c362962abda5950070d45c35c747294aa3b95fe7393587ec8230808
Contents?: true
Size: 316 Bytes
Versions: 46
Compression:
Stored size: 316 Bytes
Contents
"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); };
Version data entries
46 entries across 46 versions & 3 rubygems