index.js 188 B

1234567
  1. 'use strict';
  2. // Expose modern transport directly as the export
  3. module.exports = require('./modern');
  4. // Expose legacy stream
  5. module.exports.LegacyTransportStream = require('./legacy');