8889841chome/clixcotz/mars.clix.co.tz/node_modules/@babel/types/lib/validators/react/isCompatTag.js000066600000000350150446644610026056 0ustar00"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = isCompatTag; function isCompatTag(tagName) { return !!tagName && /^[a-z]/.test(tagName); } //# sourceMappingURL=isCompatTag.js.map