UNPKG

@arturwojnar/hermes-postgresql

Version:

Production-Ready TypeScript Outbox Pattern for PostgreSQL

4 lines (3 loc) 161 B
declare const toTimestamp: (value: bigint) => Date; declare const toServerSystemClock: (epochMs: number) => bigint; export { toServerSystemClock, toTimestamp };