Newer
Older
vmk-demo-bot / admin / node_modules / hasown / index.js
@eugene-sukhodolskiy eugene-sukhodolskiy 17 days ago 206 bytes init
'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);