PHP 7.4.33
Preview: index.d.ts Size: 429 B
/var/www/cookieconsent.bitkit.dk/httpdocs/node_modules/path-exists/index.d.ts
declare const pathExists: {
	/**
	Check if a path exists.

	@returns Whether the path exists.

	@example
	```
	// foo.ts
	import pathExists = require('path-exists');

	(async () => {
		console.log(await pathExists('foo.ts'));
		//=> true
	})();
	```
	*/
	(path: string): Promise<boolean>;

	/**
	Synchronously check if a path exists.

	@returns Whether the path exists.
	*/
	sync(path: string): boolean;
};

export = pathExists;

Directory Contents

Dirs: 0 × Files: 5
Name Size Perms Modified Actions
429 B lrw-r--r-- 2025-06-16 05:45:39
Edit Download
347 B lrw-r--r-- 2025-06-16 05:45:39
Edit Download
1.08 KB lrw-r--r-- 2025-06-16 05:45:39
Edit Download
607 B lrw-r--r-- 2025-06-16 05:45:39
Edit Download
1.39 KB lrw-r--r-- 2025-06-16 05:45:39
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).