cc9de64dc40a775a1c32f320b4bc217ed678a644.svn-base 191 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = isCompatTag; function isCompatTag(tagName) { return !!tagName && /^[a-z]/.test(tagName); }