Initial commit
[yaffs-website] / node_modules / gulp-util / lib / noop.js
1 var through = require('through2');
2
3 module.exports = function () {
4   return through.obj();
5 };