wishthis/node_modules/has/src/index.js

6 lines
129 B
JavaScript
Raw Normal View History

2022-01-21 08:28:41 +00:00
'use strict';
var bind = require('function-bind');
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);