UNPKG

@codeforbreakfast/eventsourcing-store-inmemory

Version:

In-memory event store implementation for development and testing - Fast in-memory storage with complete EventStore interface implementation

4 lines (3 loc) 127 B
export * from './inMemoryEventStore'; export * from './subscriptionManager'; export * as InMemoryStore from './InMemoryStore';