claude-flow
Version:
Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)
13 lines • 506 B
TypeScript
import { IWindowStorage } from "./IWindowStorage.js";
export declare class SessionStorage implements IWindowStorage<string> {
constructor();
constructor(): Promise<void>;
constructor(key: string): string | null;
constructor(key: string): string | null;
constructor(key: string, value: string): void;
constructor(key: string, value: string): Promise<void>;
constructor(key: string): void;
constructor(): string[];
constructor(key: string): boolean;
}
//# sourceMappingURL=SessionStorage.d.ts.map