UNPKG

pelias-openstreetmap

Version:
9 lines (7 loc) 189 B
var through = require('through2'); function sendPassthroughStream() { return through.obj(function (doc, enc, next) { next(null, doc); }); } module.exports = sendPassthroughStream;