system-prompts-and-models-o.../unified-ai-platform/node_modules/winston-transport/index.js
dopeuni444 ae726301f8 KI
KJ
2025-08-06 11:08:49 +04:00

8 lines
188 B
JavaScript

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