Initial boiler plate project
This commit is contained in:
3
node_modules/next/dist/esm/build/webpack/config/utils.js
generated
vendored
Normal file
3
node_modules/next/dist/esm/build/webpack/config/utils.js
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
export const pipe = (...fns)=>(param)=>fns.reduce(async (result, next)=>next(await result), param);
|
||||
|
||||
//# sourceMappingURL=utils.js.map
|
||||
Reference in New Issue
Block a user