UNPKG

event-store-client

Version:

Client library for connecting to Event Store instances over TCP/IP

9 lines (7 loc) 214 B
var ExpectedVersion = { // We don't care what the current version of the stream is Any: -2, // We expect to that the stream doesn't exist NoStream: -1 }; module.exports = ExpectedVersion;