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.

7 lines 250 B
export * from './server/index.js'; export { Platforms } from './platforms.js'; export * from './cli/index.js'; export * from './desktop/index.js'; export * from './types/index.js'; export * from './context/index.js'; //# sourceMappingURL=index.js.map