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/index-of.js

var indexOf;

if (Array.prototype.indexOf) {
    indexOf = Array.prototype.indexOf;
} else {
    indexOf = function (o) {
        // I know
        var i;
        for (i = 0; i < this.length; ++i) {
            if (this[i] === o) {
                return i;
            }
        }
        return -1;
    };
}

export { indexOf as default };

Copyright © 2021 - 2025 IMMREX7