UNPKG

@arturwojnar/hermes-postgresql

Version:

Production-Ready TypeScript Outbox Pattern for PostgreSQL

4 lines (3 loc) 217 B
import type { OnDataProcessingResult } from './types.js'; declare const processPrimaryKeepAliveMessage: <InsertResult>(data: Buffer) => OnDataProcessingResult<InsertResult>; export { processPrimaryKeepAliveMessage };