PHP 8.2.30
Preview: array.js Size: 529 B
//opt/alt/alt-nodejs24/root/usr/lib/node_modules/npm/node_modules.bundled/diff/libcjs/util/array.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.arrayEqual = arrayEqual;
exports.arrayStartsWith = arrayStartsWith;
function arrayEqual(a, b) {
    if (a.length !== b.length) {
        return false;
    }
    return arrayStartsWith(a, b);
}
function arrayStartsWith(array, start) {
    if (start.length > array.length) {
        return false;
    }
    for (var i = 0; i < start.length; i++) {
        if (start[i] !== array[i]) {
            return false;
        }
    }
    return true;
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
529 B lrw-r--r-- 2026-02-23 07:38:44
Edit Download
1.55 KB lrw-r--r-- 2026-02-23 07:38:44
Edit Download
521 B lrw-r--r-- 2026-02-23 07:38:44
Edit Download
5.00 KB lrw-r--r-- 2026-02-23 07:38:44
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).