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.mts

export type Callback = (
	directory: string,
	files: string[],
) => string | false | void;

export default function (
	directory: string,
	callback: Callback,
): string | void;