Event-Planner / node_modules / has / src / index.js
index.js
Raw
'use strict';

var bind = require('function-bind');

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