UNPKG

@syntropylog/adapters

Version:
8 lines 214 B
/** * @file src/index.ts * @description Main entry point for SyntropyLog external adapters */ export * from './brokers'; export * from './http'; export * from './serializers'; //# sourceMappingURL=index.d.ts.map