UNPKG

node-eventstore-client

Version:

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

7 lines (5 loc) 100 B
const TcpFlags = Object.freeze({ None: 0x0, Authenticated: 0x01 }); module.exports = TcpFlags;