mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 09:28:26 -04:00
5 lines
174 B
JavaScript
5 lines
174 B
JavaScript
|
|
import assertClassBrand from "./assertClassBrand.js";
|
||
|
|
function _classPrivateGetter(s, r, a) {
|
||
|
|
return a(assertClassBrand(s, r));
|
||
|
|
}
|
||
|
|
export { _classPrivateGetter as default };
|