8 lines
276 B
JavaScript
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
|