10
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2026-04-06 07:56:54 +00:00
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);