summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/moment/src/lib/utils/has-own-prop.js
blob: 4d2403ccb40af36d3f3f873616f16164adc3e242 (plain)
1
2
3
export default function hasOwnProp(a, b) {
    return Object.prototype.hasOwnProperty.call(a, b);
}