@sentzunhat/zacatl
Version:
A modular, high-performance TypeScript microservice framework for Node.js, featuring layered architecture, dependency injection, and robust validation for building scalable APIs and distributed systems.
10 lines • 341 B
TypeScript
import type { ConfigInfrastructure } from './types';
export type { ConfigInfrastructure };
export declare class Infrastructure {
protected config: ConfigInfrastructure;
constructor(config: ConfigInfrastructure);
private register;
private registerRepositories;
start(): void;
}
//# sourceMappingURL=infrastructure.d.ts.map