UNPKG

@arturwojnar/hermes-postgresql

Version:

Production-Ready TypeScript Outbox Pattern for PostgreSQL

4 lines 212 B
import { Bytes } from './types.js'; const XLogData_WalRecordStartByteNumber = Bytes.Int8 + Bytes.Int64 + Bytes.Int64 + Bytes.Int64; export { XLogData_WalRecordStartByteNumber }; //# sourceMappingURL=consts.js.map