1'use strict';
2
3var call = Function.prototype.call;
4var $hasOwn = Object.prototype.hasOwnProperty;
5var bind = require('function-bind');
6
7/** @type {import('.')} */
8module.exports = bind.call(call, $hasOwn);
9