timetracker/frontend/node_modules/escalade/sync/index.d.mts
hhftechnologies c8f5379289 update
2024-11-25 23:16:17 +05:30

9 lines
177 B
TypeScript

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