pages/node_modules/escalade/sync/index.d.mts
git_repo_user 0a38b60f32 first commit
2025-08-29 21:42:23 +00:00

9 lines
177 B
TypeScript

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