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) 67 B
module.exports = stream => { return stream.map(x => x + 1); };