ohctechv3/.svn/pristine/66/668857f7a7f36a0f7b80c8b6992b543819ce3a82.svn-base
2024-10-28 15:03:36 +05:30

9 lines
206 B
Plaintext

'use strict';
var call = Function.prototype.call;
var $hasOwn = Object.prototype.hasOwnProperty;
var bind = require('function-bind');
/** @type {import('.')} */
module.exports = bind.call(call, $hasOwn);