persona-community-5/.pnpm-store/v3/files/46/2df5aaa96143ea804948e416e5e81e7707cac1dafa6c7eebe2451b796e6f1ea5a4408a679ac1576d533d068582bc685bf66b19f3ea37f7b1de3bed112a30d2
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

13 lines
355 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TagDescription = void 0;
const utils_1 = require("../utils");
const TagDescription = () => {
return {
Tag(tag, ctx) {
(0, utils_1.validateDefinedAndNonEmpty)('description', tag, ctx);
},
};
};
exports.TagDescription = TagDescription;