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

12 lines
232 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = isCompatTag;
function isCompatTag(tagName) {
return !!tagName && /^[a-z]/.test(tagName);
}
//# sourceMappingURL=isCompatTag.js.map