UNPKG

node-eventstore-client

Version:

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

6 lines 150 B
exports.metastreamOf = function(stream) { return '$$' + stream; }; exports.isMetastream = function(stream) { return stream.indexOf('$$') === 0; };