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.

4 lines 268 B
import type { ZodType } from '../third-party/index.js'; export declare const loadYML: <T = unknown>(filePath: string, schema?: ZodType<T>) => T; export declare const loadYAML: <T = unknown>(filePath: string, schema?: ZodType<T>) => T; //# sourceMappingURL=yml.d.ts.map