e4145deeb
1 2 3
export default function hasOwnProp(a, b) { return Object.prototype.hasOwnProperty.call(a, b); }