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.217.80
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 /
cjs /
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
492
B
-rw-r--r--
2023-11-19 22:51
assert-valid-pattern.js.map
802
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.23
KB
-rw-r--r--
2023-11-19 22:51
ast.js.map
38.98
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.63
KB
-rw-r--r--
2023-11-19 22:51
brace-expressions.js.map
10.13
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
968
B
-rw-r--r--
2023-11-19 22:51
escape.js.map
1.35
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
39.39
KB
-rw-r--r--
2023-11-19 22:51
index.js.map
69.7
KB
-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
973
B
-rw-r--r--
2023-11-19 22:51
unescape.js.map
1.37
KB
-rw-r--r--
2023-11-19 22:51
Save
Rename
import { MinimatchOptions } from './index.js'; /** * Escape all magic characters in a glob pattern. * * If the {@link windowsPathsNoEscape | GlobOptions.windowsPathsNoEscape} * option is used, then characters are escaped by wrapping in `[]`, because * a magic character wrapped in a character class can only be satisfied by * that exact character. In this mode, `\` is _not_ escaped, because it is * not interpreted as a magic character, but instead as a path separator. */ export declare const escape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, 'windowsPathsNoEscape'>) => string; //# sourceMappingURL=escape.d.ts.map