Backend half
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
'use strict';
|
||||
|
||||
// Expose modern transport directly as the export
|
||||
|
||||
module.exports = require('./modern');
|
||||
|
||||
// Expose legacy stream
|
||||
module.exports.LegacyTransportStream = require('./legacy');
|
||||
Reference in New Issue
Block a user