File Manager

Path: /home/heznutpr/log.heznutprivate.com/dist/assets/node_modules/moment/src/lib/utils/

Viewing File: has-own-prop.js

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