Your IP : 216.73.216.79


Current Path : /var/www/html/redd/node_modules/escalade/sync/
Upload File :
Current File : /var/www/html/redd/node_modules/escalade/sync/index.d.ts

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

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

export = escalade;