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.

9 lines 340 B
import type { PathUtils, Config } from '../interfaces'; export declare class DefaultPathUtils implements PathUtils { private config; constructor(config: Config); getDomainPath(domainName: string): string; getDomainsBasePath(): string; validateDomainName(name: string): boolean; } //# sourceMappingURL=path-utils.d.ts.map