UNPKG

lorehub

Version:

Capture and surface the collective wisdom of your codebase

6 lines 246 B
/** * Hook to enable alternative screen mode in terminal * This allows us to have a full-screen UI that doesn't affect terminal history */ export declare function useAlternativeScreen(): void; //# sourceMappingURL=useAlternativeScreen.d.ts.map