IMMREX7

aku nok ndi : /home/spdtg/www/gomygps/public/dist/bundles/moment/src/lib/utils/
File Up :
aku nok ndi : /home/spdtg/www/gomygps/public/dist/bundles/moment/src/lib/utils/extend.js

import hasOwnProp from './has-own-prop';

export default function extend(a, b) {
    for (var i in b) {
        if (hasOwnProp(b, i)) {
            a[i] = b[i];
        }
    }

    if (hasOwnProp(b, 'toString')) {
        a.toString = b.toString;
    }

    if (hasOwnProp(b, 'valueOf')) {
        a.valueOf = b.valueOf;
    }

    return a;
}

Copyright © 2021 - 2025 IMMREX7