UNPKG

@arturwojnar/hermes-postgresql

Version:

Production-Ready TypeScript Outbox Pattern for PostgreSQL

4 lines (3 loc) 194 B
import { ResendingStrategy } from './typings.js'; declare const createIntervalResendingStrategy: <InsertResult>() => ResendingStrategy<InsertResult>; export { createIntervalResendingStrategy };