IDomainEvents.pending(): readonly IDomainEvent[]
Returns an ordered, read-only snapshot of pending facts.
Mutating a returned array cannot change the recorder.
readonly IDomainEvent[]
A snapshot in record order
IDomainEvents.pending(): readonly IDomainEvent[]
Returns an ordered, read-only snapshot of pending facts.
Mutating a returned array cannot change the recorder.
readonly IDomainEvent[]
A snapshot in record order
import { type IDomainEvents } from "events-plugin/src/index.ts";