Files
Dmytro Stanchiev 15be750b5c need dist for plugins
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
2026-04-19 19:15:51 -04:00

5 lines
262 B
TypeScript

export type SplitDirection = "-h" | "-v";
export declare function isInsideTmuxEnvironment(environment: Record<string, string | undefined>): boolean;
export declare function isInsideTmux(): boolean;
export declare function getCurrentPaneId(): string | undefined;