Files

8 lines
188 B
JavaScript
Raw Permalink Normal View History

2025-01-04 00:34:03 +01:00
'use strict';
// Expose modern transport directly as the export
module.exports = require('./modern');
// Expose legacy stream
module.exports.LegacyTransportStream = require('./legacy');