UNPKG

eventric

Version:

behavior-first application development

9 lines (5 loc) 222 B
class DomainEventService sortDomainEventsById: (domainEvents) -> domainEvents.sort (firstDomainEvent, secondDomainEvent) -> firstDomainEvent.id - secondDomainEvent.id module.exports = new DomainEventService