Repository URL to install this package:
|
Version:
6.0.4 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Used to check objects for own properties.
* @type {Function}
* @throws
*/
exports.default = Object.prototype.hasOwnProperty;
//# sourceMappingURL=objectHasOwnProperty.js.map