persona-community-5/.pnpm-store/v3/files/04/9a28c127c742232524d00ad420f90ce58a75fb67493a2f3aa63e159b4118da35eb3c7d209237c01bbc43796df3ca044129dde75375c7e7ad00b4e7b0b52d88
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

14 lines
309 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _newArrowCheck;
function _newArrowCheck(innerThis, boundThis) {
if (innerThis !== boundThis) {
throw new TypeError("Cannot instantiate an arrow function");
}
}
//# sourceMappingURL=newArrowCheck.js.map