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 loadInteractiveBashSessionState(sessionID: string): InteractiveBashSessionState | null;
|
||||
export declare function saveInteractiveBashSessionState(state: InteractiveBashSessionState): void;
|
||||
export declare function clearInteractiveBashSessionState(sessionID: string): void;
|
||||
Reference in New Issue
Block a user