SILENT KILLERPanel

Current Path: > > lib > node_modules > npm > node_modules > uri-js > > dist > esnext


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //lib/node_modules/npm/node_modules/uri-js//dist/esnext

NameTypeSizeLast ModifiedActions
schemes Directory - -
index.d.ts File 23 bytes March 10 2021 14:36:39.
index.js File 537 bytes March 10 2021 14:36:39.
index.js.map File 747 bytes March 10 2021 14:36:39.
regexps-iri.d.ts File 97 bytes March 10 2021 14:36:39.
regexps-iri.js File 114 bytes March 10 2021 14:36:39.
regexps-iri.js.map File 192 bytes March 10 2021 14:36:39.
regexps-uri.d.ts File 160 bytes March 10 2021 14:36:39.
regexps-uri.js File 7813 bytes March 10 2021 14:36:39.
regexps-uri.js.map File 8283 bytes March 10 2021 14:36:39.
uri.d.ts File 2446 bytes March 10 2021 14:36:39.
uri.js File 20153 bytes March 10 2021 14:36:39.
uri.js.map File 19219 bytes March 10 2021 14:36:39.
util.d.ts File 343 bytes March 10 2021 14:36:39.
util.js File 1114 bytes March 10 2021 14:36:39.
util.js.map File 1715 bytes March 10 2021 14:36:39.

Reading File: //lib/node_modules/npm/node_modules/uri-js//dist/esnext/util.js

export function merge(...sets) {
    if (sets.length > 1) {
        sets[0] = sets[0].slice(0, -1);
        const xl = sets.length - 1;
        for (let x = 1; x < xl; ++x) {
            sets[x] = sets[x].slice(1, -1);
        }
        sets[xl] = sets[xl].slice(1);
        return sets.join('');
    }
    else {
        return sets[0];
    }
}
export function subexp(str) {
    return "(?:" + str + ")";
}
export function typeOf(o) {
    return o === undefined ? "undefined" : (o === null ? "null" : Object.prototype.toString.call(o).split(" ").pop().split("]").shift().toLowerCase());
}
export function toUpperCase(str) {
    return str.toUpperCase();
}
export function toArray(obj) {
    return obj !== undefined && obj !== null ? (obj instanceof Array ? obj : (typeof obj.length !== "number" || obj.split || obj.setInterval || obj.call ? [obj] : Array.prototype.slice.call(obj))) : [];
}
export function assign(target, source) {
    const obj = target;
    if (source) {
        for (const key in source) {
            obj[key] = source[key];
        }
    }
    return obj;
}
//# sourceMappingURL=util.js.map

SILENT KILLER Tool