Your IP : 216.73.216.79


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

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

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

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