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.

8 lines 257 B
export * from './server'; export type { ConfigServer } from './server/server'; export { Platforms } from './platforms'; export * from './cli'; export * from './desktop'; export * from './types'; export * from './context'; //# sourceMappingURL=index.d.ts.map