@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.
5 lines • 415 B
TypeScript
export declare const isPlainObject: (value: unknown) => value is Record<string, unknown>;
export declare const deepMerge: (base: Record<string, unknown>, override: Record<string, unknown>) => Record<string, unknown>;
export declare const readJsonFile: (filePath: string) => Record<string, unknown>;
export declare const findExistingDir: (candidates: string[]) => string | null;
//# sourceMappingURL=helpers.d.ts.map