chore: include pre-built dist for github install
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
export declare const HOOK_NAME_MAP: Record<string, string | null>;
|
||||
export declare function migrateHookNames(hooks: string[]): {
|
||||
migrated: string[];
|
||||
changed: boolean;
|
||||
removed: string[];
|
||||
};
|
||||
Reference in New Issue
Block a user