bpms_site/.svn/pristine/81/81c9aa7343abe0ee1a9a1fc2be666ac0eab3250e.svn-base
2025-11-02 16:38:49 +03:30

8 lines
276 B
Plaintext

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