PHP 8.2.30
Preview: index.d.ts Size: 301 B
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/escalade/index.d.ts

type Promisable<T> = T | Promise<T>;

declare namespace escalade {
	export type Callback = (
		directory: string,
		files: string[],
	) => Promisable<string | false | void>;
}

declare function escalade(
	directory: string,
	callback: escalade.Callback,
): Promise<string | void>;

export = escalade;

Directory Contents

Dirs: 2 × Files: 5

Name Size Perms Modified Actions
dist DIR
- drwxr-xr-x 2026-02-28 00:27:22
Edit Download
sync DIR
- drwxr-xr-x 2026-02-28 00:28:00
Edit Download
236 B lrw-r--r-- 2026-02-28 00:27:38
Edit Download
301 B lrw-r--r-- 2026-02-28 00:27:54
Edit Download
1.08 KB lrw-r--r-- 2026-02-28 00:26:32
Edit Download
1.43 KB lrw-r--r-- 2026-02-28 00:27:06
Edit Download
6.83 KB lrw-r--r-- 2026-02-28 00:27:16
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).