11cb0ef41Sopenharmony_ciconst { PassThrough } = require('node:stream'); 21cb0ef41Sopenharmony_ci 31cb0ef41Sopenharmony_cimodule.exports = new PassThrough({ 41cb0ef41Sopenharmony_ci objectMode: true, 51cb0ef41Sopenharmony_ci transform(chunk, encoding, callback) { 61cb0ef41Sopenharmony_ci callback(null) 71cb0ef41Sopenharmony_ci }, 81cb0ef41Sopenharmony_ci}); 9