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