iopipe / turtle

Turtle - functional composition for building lambda architectures in NodeJS
Apache License 2.0
153 stars 9 forks source link

Introduce input/output types #4

Open ewindisch opened 8 years ago

ewindisch commented 8 years ago

It's necessary that we know what filters/pipelines can input and output, thus these need to be typed. Introduce this feature!