Files
med-notes/.pnpm-store/v10/files/eb/7604a0e466510225596e59b1e208ad02117ebfd5eb5a933462e3a65365ca255e43eb803c405f266a3c56938c3d25f2e86a393db3115bfb626e3dd93e1eb150
2025-06-26 03:35:15 +00:00

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);