__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
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| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| schemes | Folder | 0755 |
|
|
| index.d.ts | File | 23 B | 0644 |
|
| index.js | File | 537 B | 0644 |
|
| index.js.map | File | 747 B | 0644 |
|
| regexps-iri.d.ts | File | 97 B | 0644 |
|
| regexps-iri.js | File | 114 B | 0644 |
|
| regexps-iri.js.map | File | 192 B | 0644 |
|
| regexps-uri.d.ts | File | 160 B | 0644 |
|
| regexps-uri.js | File | 7.63 KB | 0644 |
|
| regexps-uri.js.map | File | 8.09 KB | 0644 |
|
| uri.d.ts | File | 2.39 KB | 0644 |
|
| uri.js | File | 19.68 KB | 0644 |
|
| uri.js.map | File | 18.77 KB | 0644 |
|
| util.d.ts | File | 343 B | 0644 |
|
| util.js | File | 1.09 KB | 0644 |
|
| util.js.map | File | 1.67 KB | 0644 |
|