Sindbad~EG File Manager

Current Path : /opt/alt/alt-nodejs24/root/usr/lib/node_modules/npm/node_modules/diff/libesm/util/
Upload File :
Current File : //opt/alt/alt-nodejs24/root/usr/lib/node_modules/npm/node_modules/diff/libesm/util/array.js

export function arrayEqual(a, b) {
    if (a.length !== b.length) {
        return false;
    }
    return arrayStartsWith(a, b);
}
export function arrayStartsWith(array, start) {
    if (start.length > array.length) {
        return false;
    }
    for (let i = 0; i < start.length; i++) {
        if (start[i] !== array[i]) {
            return false;
        }
    }
    return true;
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists