wilddragon-site/node_modules/next/dist/esm/build/webpack/config/utils.js
2026-04-17 15:51:01 -04:00

3 lines
No EOL
134 B
JavaScript
Executable file

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