UNPKG

ruch

Version:

Revolutionary React TypeScript CLI with hexagonal architecture & AI-powered development assistance. Create maintainable, scalable applications with domain-driven design and integrated AI tooling.

4 lines 274 B
import type { FileSystem } from '../utils/file-operations'; import type { Logger } from '../utils/logging'; export declare const createHttpClient: (fileSystem?: FileSystem, log?: Logger, getTemplate?: () => string) => Promise<void>; //# sourceMappingURL=http-client.d.ts.map