Package Exports
- resolve-readmodel-memory
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (resolve-readmodel-memory) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
resolve-readmodel-memory 
This package is a resolve-query
adapter for storing a read model in memory. It does not have binary dependencies and does not require additional applications.
Usage
import createMemoryAdapter from 'resolve-readmodel-memory';
const adapter = createMemoryAdapter();