@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.
9 lines • 568 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.loadYAML = exports.loadYML = exports.loadJSON = void 0;
var json_1 = require("./json");
Object.defineProperty(exports, "loadJSON", { enumerable: true, get: function () { return json_1.loadJSON; } });
var yml_1 = require("./yml");
Object.defineProperty(exports, "loadYML", { enumerable: true, get: function () { return yml_1.loadYML; } });
Object.defineProperty(exports, "loadYAML", { enumerable: true, get: function () { return yml_1.loadYAML; } });
//# sourceMappingURL=index.js.map