SAP-BTP-Spielwiese/app1/node_modules/winston-transport/index.js

8 lines
188 B
JavaScript
Raw Permalink Normal View History

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