mirror of
https://github.com/wishthis/wishthis.git
synced 2026-04-19 22:18:08 -04:00
6 lines
94 B
JavaScript
6 lines
94 B
JavaScript
var through = require('through2');
|
|
|
|
module.exports = function () {
|
|
return through.obj();
|
|
};
|