Preview: extend-through2.js
Size: 233 B
/opt/alt/alt-nodejs9/root/lib/node_modules/npm/node_modules/tar/node_modules/minipass/bench/lib/extend-through2.js
'use strict'
const through2 = require('through2')
module.exports = function (opt) {
return opt.objectMode
? through2.obj(func)
: through2(func)
function func (data, enc, done) {
this.push(data, enc)
done()
}
}
Directory Contents
Dirs: 0 × Files: 6