mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-13 15:54:06 +08:00
5 lines
192 B
JavaScript
5 lines
192 B
JavaScript
|
import assertClassBrand from "./assertClassBrand.js";
|
||
|
function _classStaticPrivateMethodGet(s, a, t) {
|
||
|
return assertClassBrand(a, s), t;
|
||
|
}
|
||
|
export { _classStaticPrivateMethodGet as default };
|