Files
nodeRestAPI/node_modules/gulp-util/lib/noop.js
2017-05-20 16:42:43 -04:00

6 lines
94 B
JavaScript

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