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

3 lines
166 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
export type Callback = (directory: string, files: string[]) => string | false | void;
export default function (directory: string, callback: Callback): string | void;