Files
geo/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js

4 lines
169 B
JavaScript
Raw Permalink Normal View History

2026-02-04 00:11:19 +05:00
function _classStaticPrivateMethodSet() {
throw new TypeError("attempted to set read only static private field");
}
export { _classStaticPrivateMethodSet as default };