nouveau-theatre-de-besancon/node_modules/escalade/sync/index.d.mts

10 lines
177 B
TypeScript
Raw Permalink Normal View History

2024-09-20 10:32:49 +02:00
export type Callback = (
directory: string,
files: string[],
) => string | false | void;
export default function (
directory: string,
callback: Callback,
): string | void;