UNPKG
lorehub
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
Capture and surface the collective wisdom of your codebase
github.com/RoeeJ/lorehub
RoeeJ/lorehub
lorehub
/
dist
/
cli
/
hooks
/
useAlternativeScreen.d.ts
6 lines
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
/** * 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