astro-ghostcms/.pnpm-store/v3/files/39/c6f6ce8f747dc414b3baf0e3ef9...

12 lines
232 B
Plaintext
Raw Normal View History

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