UNPKG

syntropylog

Version:

An instance manager with observability for Node.js applications

10 lines 344 B
/** * SyntropyLog Types - Internal types for the framework * * This file now uses internal types and only contains types specific to this module. */ // Import errorToJsonValue as value (not type) import { errorToJsonValue } from './internal-types'; // Re-export internal types export { errorToJsonValue, }; //# sourceMappingURL=types.js.map