UNPKG

event-storage

Version:

An optimized embedded event store for node.js

6 lines (5 loc) 229 B
const WritableIndex = require('./Index/WritableIndex'); const ReadOnlyIndex = require('./Index/ReadOnlyIndex'); module.exports = WritableIndex; module.exports.ReadOnly = ReadOnlyIndex; module.exports.Entry = WritableIndex.Entry;