UNPKG

next

Version:

The React Framework

3 lines (2 loc) 134 B
export const pipe = (...fns)=>(param)=>fns.reduce(async (result, next)=>next(await result), param); //# sourceMappingURL=utils.js.map