persona-community-5/.pnpm-store/v3/files/cb/e871137131efab1eb3def30f7b2875c4c8714a2814911e3e476ec7a105f19353f976df8eae03353f634866e776c79a97d6b28ce20a9723dbf7750d2e8fc1a5
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

10 lines
177 B
Plaintext

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