Files
oh-my-opencode/dist/shared/migration/hook-names.d.ts
T
2026-03-14 04:56:50 +00:00

7 lines
200 B
TypeScript

export declare const HOOK_NAME_MAP: Record<string, string | null>;
export declare function migrateHookNames(hooks: string[]): {
migrated: string[];
changed: boolean;
removed: string[];
};