📄 index.d.mts
/home/palash/git/site/node_modules/escalade/sync/index.d.mts
Language: mts • Lines: 9
export type Callback = (
	directory: string,
	files: string[],
) => string | false | void;

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