Files
Ceras/themes/ceras/node_modules/gulp-util/lib/noop.js
T
2023-07-12 16:31:19 +01:00

6 lines
94 B
JavaScript
Executable File

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