Files
scrap/node_modules/next/dist/esm/build/webpack/loaders/get-module-build-info.js
2024-09-24 03:52:46 +00:00

8 lines
276 B
JavaScript

/**
* 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