UNPKG

@arturwojnar/hermes-mongodb

Version:

Production-Ready TypeScript Outbox Pattern for MongoDB

3 lines (2 loc) 296 B
export { createOutboxConsumer } from './outbox.js'; export { type ConsumerCreationParams, type ErrorCallback, type OutboxConsumer, type OutboxConsumerModel, type OutboxMessageModel, type OutboxMessageStream, type Publish, type SaveWithEventCallback, type Start, type Stop, } from './typings.js';