astro-ghostcms/.pnpm-store/v3/files/ba/f5e455218db134cf1af9cbd352e...

3 lines
166 B
Plaintext

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