UNPKG

syntropylog

Version:

An instance manager with observability for Node.js applications

8 lines 307 B
/** * @file src/config.ts * @description Defines and exports the configuration types for the library. * These types are now explicitly defined for better TypeScript intellisense and autocompletion, * while still using Zod schemas for runtime validation. */ export {}; //# sourceMappingURL=config.js.map