Sha256: 86f182de5e910fe015839a371939a1c9a7769c50fb1dfe02223f18bd9504f71a
Contents?: true
Size: 261 Bytes
Versions: 36
Compression:
Stored size: 261 Bytes
Contents
var bind = require('../function/virtual/bind'); var FunctionPrototype = Function.prototype; module.exports = function (it) { var own = it.bind; return it === FunctionPrototype || (it instanceof Function && own === FunctionPrototype.bind) ? bind : own; };
Version data entries
36 entries across 35 versions & 9 rubygems