CasperSecurity

Current Path : /var/www/hrms.uiet.co.in/node_modules/junk/
Upload File :
Current File : /var/www/hrms.uiet.co.in/node_modules/junk/index.d.ts

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;
Hacker Blog, Shell İndir, Sql İnjection, XSS Attacks, LFI Attacks, Social Hacking, Exploit Bot, Proxy Tools, Web Shell, PHP Shell, Alfa Shell İndir, Hacking Training Set, DDoS Script, Denial Of Service, Botnet, RFI Attacks, Encryption
Telegram @BIBIL_0DAY