Files
power-apps-codeapps-pipelines/CodeApp_NeonReactor/node_modules/escalade/sync/index.d.mts
T
2026-07-12 15:11:38 +02:00

10 lines
177 B
TypeScript

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