Sha256: 5dced18d97009c1bfe6873f0dc11e05f1020d617d8593146e90d228974d26914
Contents?: true
Size: 401 Bytes
Versions: 45
Compression:
Stored size: 401 Bytes
Contents
"use strict"; var ensurePlainFunction = require("../../object/ensure-plain-function") , defineLength = require("../_define-length") , nextTick = require("next-tick"); var apply = Function.prototype.apply; module.exports = function () { var src = ensurePlainFunction(this); return defineLength(function () { nextTick(apply.bind(src, this, arguments)); }, this.length); };
Version data entries
45 entries across 45 versions & 2 rubygems