Files
w4rpservices/node_modules/has/src/index.js
2018-10-27 03:51:47 -05:00

6 lines
129 B
JavaScript
Vendored

'use strict';
var bind = require('function-bind');
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);