chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import type { InteractiveBashSessionState } from "./types";
|
||||
export declare function getOrCreateState(sessionID: string, sessionStates: Map<string, InteractiveBashSessionState>): InteractiveBashSessionState;
|
||||
export declare function isOmoSession(sessionName: string | null): boolean;
|
||||
export declare function killAllTrackedSessions(state: InteractiveBashSessionState): Promise<void>;
|
||||
Reference in New Issue
Block a user