albe/node-event-storage

View on GitHub
src/Index.js

Summary

Maintainability
A
0 mins
Test Coverage
const WritableIndex = require('./Index/WritableIndex');
const ReadOnlyIndex = require('./Index/ReadOnlyIndex');

module.exports = WritableIndex;
module.exports.ReadOnly = ReadOnlyIndex;
module.exports.Entry = WritableIndex.Entry;