Welcome to mirror list, hosted at ThFree Co, Russian Federation.

noop.js « lib « gulp-util « node_modules - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7862cb161fe0cc5a5b8283a19b9c83798896fa62 (plain)
1
2
3
4
5
var through = require('through2');

module.exports = function () {
  return through.obj();
};