wilddragon-site/node_modules/next/dist/esm/build/webpack/loaders/get-module-build-info.js
2026-04-17 15:51:01 -04:00

8 lines
No EOL
276 B
JavaScript
Executable file

/**
* A getter for module build info that casts to the type it should have.
* We also expose here types to make easier to use it.
*/ export function getModuleBuildInfo(webpackModule) {
return webpackModule.buildInfo;
}
//# sourceMappingURL=get-module-build-info.js.map