Files
infocom-systems-design/node_modules/thread-stream/test/to-next.js
2025-10-03 22:27:28 +03:00

10 lines
138 B
JavaScript

'use strict'
const { PassThrough } = require('stream')
async function run (opts) {
return new PassThrough({})
}
module.exports = run