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 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.z = void 0; var zod_1 = require("zod"); Object.defineProperty(exports, "z", { enumerable: true, get: function () { return zod_1.z; } }); //# sourceMappingURL=zod.js.map