Current File : //proc/self/root/proc/self/root/usr/lib/node_modules/bower/lib/node_modules/mout/object/hasOwn.js

    /**
     * Safer Object.hasOwnProperty
     */
     function hasOwn(obj, prop){
         return Object.prototype.hasOwnProperty.call(obj, prop);
     }

     module.exports = hasOwn;