Files
cartlog-admin/node_modules/next/dist/server/normalizers/wrap-normalizer-fn.js
2026-01-01 15:25:19 +05:30

17 lines
344 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "wrapNormalizerFn", {
enumerable: true,
get: function() {
return wrapNormalizerFn;
}
});
function wrapNormalizerFn(fn) {
return {
normalize: fn
};
}
//# sourceMappingURL=wrap-normalizer-fn.js.map