UNPKG

reshuffle

Version:

Reshuffle is a fast, unopinionated, minimalist integration framework

9 lines (8 loc) 222 B
import { Pipe } from './types'; export default class SimplePipe implements Pipe { private _chain; constructor(); makePromises(payload: any): any; flow(payload: any): Promise<any>; pipe(f: any): Pipe; }