makearmy-app/node_modules/next/dist/esm/build/webpack/config/utils.js

3 lines
134 B
JavaScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
export const pipe = (...fns)=>(param)=>fns.reduce(async (result, next)=>next(await result), param);
//# sourceMappingURL=utils.js.map