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 } from './index.js'; /** * Un-escape a string that has been escaped with {@link escape}. * * If the {@link windowsPathsNoEscape} option is used, then square-brace * escapes are removed, but not backslash escapes. For example, it will turn * the string `'[*]'` into `*`, but it will not turn `'\\*'` into `'*'`, * becuase `\` is a path separator in `windowsPathsNoEscape` mode. * * When `windowsPathsNoEscape` is not set, then both brace escapes and * backslash escapes are removed. * * Slashes (and backslashes in `windowsPathsNoEscape` mode) cannot be escaped * or unescaped. */ export declare const unescape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, 'windowsPathsNoEscape'>) => string; //# sourceMappingURL=unescape.d.ts.map