NeahNew/node_modules/next/dist/esm/build/webpack/config/utils.js
2025-05-03 14:17:46 +02:00

3 lines
134 B
JavaScript

export const pipe = (...fns)=>(param)=>fns.reduce(async (result, next)=>next(await result), param);
//# sourceMappingURL=utils.js.map