Files
WeihnachtsKalenderMelly/node_modules/gulp-util/lib/noop.js
2021-11-23 17:56:26 +01:00

6 lines
94 B
JavaScript

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