UNPKG

@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 242 B
export * from './server.js'; export * from './api/index.js'; export * from './page/index.js'; export * from './database/index.js'; export { ServerVendor, ServerType, DatabaseVendor, } from './types/index.js'; //# sourceMappingURL=index.js.map