makearmy-app/node_modules/next/dist/esm/build/webpack/config/utils.js
2025-09-22 10:37:53 -04:00

3 lines
No EOL
134 B
JavaScript

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