Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « src « has « node_modules « eslint « tools - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cdf328576e70c2e16116570e54d57e1ec30a9ec5 (plain)
1
2
3
var bind = require('function-bind');

module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);