Sha256: 8619a7837f00ac3bc95d8f361496305ca745adc3dd6a45e9ab98f7b68f19b552
Contents?: true
Size: 237 Bytes
Versions: 7
Compression:
Stored size: 237 Bytes
Contents
var through = require('through2'); module.exports = function (b, opts) { var stream = through(function () {}, function () {}); stream.push(opts.msg); stream.push(null); b.pipeline.get('wrap').splice(0,1,stream); };
Version data entries
7 entries across 7 versions & 2 rubygems