mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 21:05:51 +00:00
7 lines
203 B
TypeScript
7 lines
203 B
TypeScript
// Auto-generated stub — replace with real implementation
|
|
export {}
|
|
export const installPrepareCommitMsgHook: (
|
|
worktreePath: string,
|
|
worktreeHooksDir?: string,
|
|
) => Promise<void> = async () => {}
|