mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 07:58:24 -04:00
5 lines
181 B
JavaScript
5 lines
181 B
JavaScript
|
|
import assertClassBrand from "./assertClassBrand.js";
|
||
|
|
function _classPrivateFieldGet2(s, a) {
|
||
|
|
return s.get(assertClassBrand(s, a));
|
||
|
|
}
|
||
|
|
export { _classPrivateFieldGet2 as default };
|