Spaces:
Sleeping
Sleeping
| const { PassThrough } = require('stream') | |
| async function run (opts) { | |
| return new PassThrough({}) | |
| } | |
| module.exports = run | |
| const { PassThrough } = require('stream') | |
| async function run (opts) { | |
| return new PassThrough({}) | |
| } | |
| module.exports = run | |