UNPKG

@sethdouglasford/claude-flow

Version:

Claude Code Flow - Advanced AI-powered development workflows with SPARC methodology

9 lines 271 B
/** * Node.js Interactive REPL for Claude-Flow * Compatible implementation using Node.js readline and inquirer */ /** * Start the Node.js interactive REPL */ export declare function startNodeREPL(options?: any): Promise<void>; //# sourceMappingURL=node-repl.d.ts.map