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