create project
This commit is contained in:
9
kitabcitab/node_modules/next/dist/build/webpack/config/utils.js
generated
vendored
Normal file
9
kitabcitab/node_modules/next/dist/build/webpack/config/utils.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.pipe = void 0;
|
||||
const pipe = (...fns)=>(param)=>fns.reduce(async (result, next)=>next(await result), param);
|
||||
exports.pipe = pipe;
|
||||
|
||||
//# sourceMappingURL=utils.js.map
|
||||
Reference in New Issue
Block a user