Repository URL to install this package:
|
Version:
1.1.21 ▾
|
"use strict";
/**
* Used to check objects for own properties.
* @type {Function}
* @throws
*/
module.exports = Object.prototype.hasOwnProperty;