UNPKG

@arturwojnar/hermes-mongodb

Version:

Production-Ready TypeScript Outbox Pattern for MongoDB

3 lines (2 loc) 235 B
import { type ConsumerCreationParams, type OutboxConsumer, type OutboxEvent } from './typings.js'; export declare const createOutboxConsumer: <Event extends OutboxEvent>(params: ConsumerCreationParams<Event>) => OutboxConsumer<Event>;