Files
zoff/node_modules/gulp-util/lib/noop.js
Kasper Rynning-Tønnesen fbb9f9b745 added gitignore
2015-11-29 13:38:52 +01:00

6 lines
94 B
JavaScript
Executable File

var through = require('through2');
module.exports = function () {
return through.obj();
};