setup-node/node_modules/has/src/index.js
Danny McCormick c3f0a8be66 Use husky
2019-06-05 11:34:47 -04:00

5 lines
129 B
JavaScript

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