PHP 8.2.30
Preview: index.d.ts Size: 301 B
/home/byroehnu/easepay.easetack.com/node_modules/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: 6

Name Size Perms Modified Actions
dist DIR
- drwxr-xr-x 2026-03-14 01:49:10
Edit Download
sync DIR
- drwxr-xr-x 2026-03-14 01:49:10
Edit Download
127 B lr--r--r-- 2026-03-14 01:49:10
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).