Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
minimatch /
dist /
mjs /
Delete
Unzip
Name
Size
Permission
Date
Action
assert-valid-pattern.d.ts
115
B
-rw-r--r--
2023-11-19 22:51
assert-valid-pattern.d.ts.map
199
B
-rw-r--r--
2023-11-19 22:51
assert-valid-pattern.js
336
B
-rw-r--r--
2023-11-19 22:51
assert-valid-pattern.js.map
785
B
-rw-r--r--
2023-11-19 22:51
ast.d.ts
766
B
-rw-r--r--
2023-11-19 22:51
ast.d.ts.map
842
B
-rw-r--r--
2023-11-19 22:51
ast.js
22
KB
-rw-r--r--
2023-11-19 22:51
ast.js.map
38.99
KB
-rw-r--r--
2023-11-19 22:51
brace-expressions.d.ts
259
B
-rw-r--r--
2023-11-19 22:51
brace-expressions.d.ts.map
300
B
-rw-r--r--
2023-11-19 22:51
brace-expressions.js
5.5
KB
-rw-r--r--
2023-11-19 22:51
brace-expressions.js.map
10.11
KB
-rw-r--r--
2023-11-19 22:51
escape.d.ts
647
B
-rw-r--r--
2023-11-19 22:51
escape.d.ts.map
244
B
-rw-r--r--
2023-11-19 22:51
escape.js
848
B
-rw-r--r--
2023-11-19 22:51
escape.js.map
1.33
KB
-rw-r--r--
2023-11-19 22:51
index.d.ts
3.85
KB
-rw-r--r--
2023-11-19 22:51
index.d.ts.map
3.11
KB
-rw-r--r--
2023-11-19 22:51
index.js
37.97
KB
-rw-r--r--
2023-11-19 22:51
index.js.map
69.72
KB
-rw-r--r--
2023-11-19 22:51
package.json
18
B
-rw-r--r--
2023-11-19 22:51
unescape.d.ts
788
B
-rw-r--r--
2023-11-19 22:51
unescape.d.ts.map
254
B
-rw-r--r--
2023-11-19 22:51
unescape.js
847
B
-rw-r--r--
2023-11-19 22:51
unescape.js.map
1.36
KB
-rw-r--r--
2023-11-19 22:51
Save
Rename
import { MinimatchOptions, MMRegExp } from './index.js'; export declare type ExtglobType = '!' | '?' | '+' | '*' | '@'; export declare class AST { #private; type: ExtglobType | null; constructor(type: ExtglobType | null, parent?: AST, options?: MinimatchOptions); get hasMagic(): boolean | undefined; toString(): string; push(...parts: (string | AST)[]): void; toJSON(): any[]; isStart(): boolean; isEnd(): boolean; copyIn(part: AST | string): void; clone(parent: AST): AST; static fromGlob(pattern: string, options?: MinimatchOptions): AST; toMMPattern(): MMRegExp | string; toRegExpSource(allowDot?: boolean): [re: string, body: string, hasMagic: boolean, uflag: boolean]; } //# sourceMappingURL=ast.d.ts.map