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/defaults.js

// Pick the first defined of two or three arguments.
export default function defaults(a, b, c) {
    if (a != null) {
        return a;
    }
    if (b != null) {
        return b;
    }
    return c;
}

Copyright © 2021 - 2025 IMMREX7