mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 12:39:30 +08:00
10 lines
No EOL
191 B
Text
10 lines
No EOL
191 B
Text
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = isCompatTag;
|
|
|
|
function isCompatTag(tagName) {
|
|
return !!tagName && /^[a-z]/.test(tagName);
|
|
} |