UNPKG

reshuffle

Version:

Reshuffle is a fast, unopinionated, minimalist integration framework

5 lines (4 loc) 96 B
export interface Pipe { pipe: (f: any) => Pipe; flow: (payload: any) => Promise<any>; }