Files
opencrm/frontend/node_modules/escalade/sync/index.d.mts
T
Stefan Hacker e209e9bbca first commit
2026-01-29 01:16:54 +01: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;