ohctechv3/.svn/pristine/ff/ff2f399e3c4be990b0da48d9bcba447ac6d461a2.svn-base

12 lines
232 B
Plaintext
Raw Permalink Normal View History

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