UNPKG

syntropylog

Version:

An instance manager with observability for Node.js applications

8 lines 340 B
/** * @file src/http/adapters/adapter.types.ts * @description Defines the "Universal HTTP Contract" for any HTTP client that * wants to be instrumented by SyntropyLog. These generic interfaces are key * to decoupling the framework from specific implementations like axios or got. */ export {}; //# sourceMappingURL=adapter.types.js.map