UNPKG

@redocly/theme

Version:

Shared UI components lib

8 lines 316 B
"use strict"; 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