UNPKG

node-eventstore-client

Version:

A port of the EventStore .Net ClientAPI to Node.js

6 lines (5 loc) 119 B
const ReadDirection = Object.freeze({ Forward: 'forward', Backward: 'backward' }); module.exports = ReadDirection;