@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.
6 lines • 351 B
TypeScript
export * from './server';
export * from './api';
export * from './page';
export * from './database';
export { ServerVendor, ServerType, DatabaseVendor, type ApiServerConfig, type ApiServerPort, type PageServerPort, type ProxyConfig, type StaticConfig, type DatabaseServerPort, type DatabaseConfig, } from './types';
//# sourceMappingURL=index.d.ts.map