UNPKG

ottoman

Version:
5 lines (4 loc) 158 B
/** * Performs left-to-right function composition for asynchronous functions. */ export declare const pipe: (...fns: any[]) => (arg: any) => Promise<void>;