Files
Webklar.com/node_modules/next/dist/esm/build/webpack/loaders/get-module-build-info.js
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01: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