blob: 34e60591349679d8cbdb1033a60eb5d171d7637e [file] [log] [blame]
Alex Rudenkobfb11242024-10-17 12:50:051'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);