Files
williammarch.xyz/node_modules/next/dist/esm/server/app-render/interop-default.js
2026-04-02 19:13:46 +01:00

7 lines
181 B
JavaScript

/**
* Interop between "export default" and "module.exports".
*/ export function interopDefault(mod) {
return mod.default || mod;
}
//# sourceMappingURL=interop-default.js.map