4 lines
155 B
TypeScript
4 lines
155 B
TypeScript
export type SplitDirection = "-h" | "-v";
|
|
export declare function isInsideTmux(): boolean;
|
|
export declare function getCurrentPaneId(): string | undefined;
|