Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.119.103.13
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
uri-js /
dist /
esnext /
Delete
Unzip
Name
Size
Permission
Date
Action
schemes
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
index.d.ts
23
B
-rwxrwxr-x
2022-08-30 11:49
index.js
537
B
-rwxrwxr-x
2022-08-30 11:49
index.js.map
747
B
-rwxrwxr-x
2022-08-30 11:49
regexps-iri.d.ts
97
B
-rwxrwxr-x
2022-08-30 11:49
regexps-iri.js
114
B
-rwxrwxr-x
2022-08-30 11:49
regexps-iri.js.map
192
B
-rwxrwxr-x
2022-08-30 11:49
regexps-uri.d.ts
160
B
-rwxrwxr-x
2022-08-30 11:49
regexps-uri.js
7.63
KB
-rwxrwxr-x
2022-08-30 11:49
regexps-uri.js.map
8.09
KB
-rwxrwxr-x
2022-08-30 11:49
uri.d.ts
2.39
KB
-rwxrwxr-x
2022-08-30 11:49
uri.js
19.68
KB
-rwxrwxr-x
2022-08-30 11:49
uri.js.map
18.77
KB
-rwxrwxr-x
2022-08-30 11:49
util.d.ts
343
B
-rwxrwxr-x
2022-08-30 11:49
util.js
1.09
KB
-rwxrwxr-x
2022-08-30 11:49
util.js.map
1.67
KB
-rwxrwxr-x
2022-08-30 11:49
Save
Rename
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