node-eventstore-client/src/readDirection.js

7 lines
105 B
JavaScript
Raw Normal View History

2016-03-09 20:46:15 +00:00
const ReadDirection = {
Forward: 'forward',
Backward: 'backward'
};
module.exports = ReadDirection;