persona-community-5/.pnpm-store/v3/files/ee/a3e7ba2fd470f0fd88b7762ca9ac7a7852228fee3130f9e68e9711ce8759caaf1c1147102e3829b88d92416cfdc30a93bb111a22697602eaee3445358ac732
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

10 lines
295 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.assert = assert;
// the base assert module doesn't use ts assertion syntax
function assert(value, message) {
if (value == null) {
throw new Error(message);
}
}
//# sourceMappingURL=assert.js.map