Initial commit
This commit is contained in:
6
src/common/systemStreams.js
Normal file
6
src/common/systemStreams.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports.metastreamOf = function(stream) {
|
||||
return '$$' + stream;
|
||||
};
|
||||
module.exports.isMetastream = function(stream) {
|
||||
return stream.indexOf('$$') === 0;
|
||||
};
|
||||
Reference in New Issue
Block a user