File "index.d.mts"

Full Path: /var/www/html/gitep_front/node_modules/escalade/sync/index.d.mts
File size: 177 bytes
MIME-type: text/plain
Charset: utf-8

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

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