@redocly/theme
Version:
Shared UI components lib
8 lines • 316 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isTag = isTag;
/* eslint-disable-next-line @typescript-eslint/no-explicit-any */
function isTag(value) {
return !!((value === null || value === void 0 ? void 0 : value.$$mdtype) === 'Tag');
}
//# sourceMappingURL=markdoc.js.map