Sha256: ae0248afaab96e915ef120e64c27905db0bf76d778fb04d51b82bda8bd9d9981
Contents?: true
Size: 316 Bytes
Versions: 29
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
29 entries across 19 versions & 7 rubygems