UNPKG

yadda

Version:
6 lines (4 loc) 110 B
'use strict'; module.exports = function pass_through_converter(value, next) { return next(null, value); };