jccp_a/vuepress/node_modules/escalade/sync/index.d.mts
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08: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;