arshjaved's picture
normal Model Upload (teja)
f9f1a35 verified
export default function hasOwnProp(a, b) {
return Object.prototype.hasOwnProperty.call(a, b);
}