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 232 B
export var ServiceType; (function (ServiceType) { ServiceType["CLI"] = "CLI"; ServiceType["DESKTOP"] = "DESKTOP"; ServiceType["SERVER"] = "SERVER"; })(ServiceType || (ServiceType = {})); //# sourceMappingURL=index.js.map