UNPKG

scramjet-core

Version:

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

2 lines (1 loc) 53 B
module.exports = (stream) => stream.map(x => x + 1);