Projektstart
This commit is contained in:
9
backend/node_modules/thread-stream/test/to-next.js
generated
vendored
Normal file
9
backend/node_modules/thread-stream/test/to-next.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict'
|
||||
|
||||
const { PassThrough } = require('stream')
|
||||
|
||||
async function run (opts) {
|
||||
return new PassThrough({})
|
||||
}
|
||||
|
||||
module.exports = run
|
||||
Reference in New Issue
Block a user