UNPKG

@arturwojnar/hermes-postgresql

Version:

Production-Ready TypeScript Outbox Pattern for PostgreSQL

5 lines (4 loc) 234 B
import type { Writable } from 'node:stream'; import { type Lsn } from '../common/lsn.js'; declare const sendStandbyStatusUpdate: (stream: Writable, getLastAcknowledgedLsn: () => Lsn) => () => void; export { sendStandbyStatusUpdate };