Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
node_modules /
junk /
Delete
Unzip
Name
Size
Permission
Date
Action
index.d.ts
718
B
-rw-r--r--
2022-04-21 14:25
index.js
1.19
KB
-rw-r--r--
2022-04-21 14:25
license
1.08
KB
-rw-r--r--
2022-04-21 14:25
package.json
653
B
-rw-r--r--
2022-04-21 14:25
readme.md
856
B
-rw-r--r--
2022-04-21 14:25
Save
Rename
declare const junk: { /** Returns `true` if `filename` matches a junk file. */ is(filename: string): boolean; /** Returns `true` if `filename` doesn't match a junk file. @example ``` import {promisify} from 'util'; import * as fs from 'fs'; import junk = require('junk'); const pReaddir = promisify(fs.readdir); (async () => { const files = await pReaddir('some/path'); console.log(files); //=> ['.DS_Store', 'test.jpg'] console.log(files.filter(junk.not)); //=> ['test.jpg'] })(); ``` */ not(filename: string): boolean; /** Regex used for matching junk files. */ readonly regex: RegExp; // TODO: Remove this for the next major release default: typeof junk; }; export = junk;