noop.js 94 B

12345
  1. var through = require('through2');
  2. module.exports = function () {
  3. return through.obj();
  4. };