Files
med-notes/.pnpm-store/v10/files/39/c6f6ce8f747dc414b3baf0e3ef981214fe9fe263625c5afff74feb1e81778f6a781c10690719e6dceabd0fcde1def03bd1d620f49e2ae6b535686d201b90b4
2025-05-09 05:30:08 +02: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