UNPKG

scramjet-core

Version:

A pluggable minimal version of Scramjet that focuses only on stream transform and exposes only core features

4 lines (3 loc) 76 B
module.exports = (stream, ref) => { return stream.map(x => x + ref); };