Searched refs:PostTramsformHook (Results 1 – 1 of 1) sorted by relevance
209 type PostTramsformHook = (sourceDirectory: string, targetDirectory: string) => Promise<void>; alias210 const postTransformHooks: Record<string, PostTramsformHook> = {