"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const _hasOwnProperty = Object.prototype.hasOwnProperty;
function hasOwnProperty(object, name) {
return _hasOwnProperty.call(object, name);
}
exports.hasOwnProperty = hasOwnProperty;