UNPKG

syntropylog

Version:

An instance manager with observability for Node.js applications

8 lines 277 B
/** * @file src/http/index.ts * DESCRIPTION: * This file is the public entry point for all components related to HTTP instrumentation. * It defines the public API that framework users will consume to create and use adapters. */ export {}; //# sourceMappingURL=index.js.map