UNPKG

@every-env/cli

Version:

Multi-agent orchestrator for AI-powered development workflows

4 lines 215 B
import { AppState, Action } from '../types/index.js'; export declare const initialState: AppState; export declare function appReducer(state: AppState, action: Action): AppState; //# sourceMappingURL=reducer.d.ts.map