Files
Remote-Control-Center/mc_test/node_modules/winston-transport/index.js
2025-11-25 09:56:15 +03:00

8 lines
188 B
JavaScript
Executable File

'use strict';
// Expose modern transport directly as the export
module.exports = require('./modern');
// Expose legacy stream
module.exports.LegacyTransportStream = require('./legacy');