Repository URL to install this package:
|
Version:
3.12.2 ▾
|
export default function has(object, key) {
return Object.prototype.hasOwnProperty.call(object, key);
}