UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (5 loc) 205 B
import type { Tag } from '@markdoc/markdoc'; /* eslint-disable-next-line @typescript-eslint/no-explicit-any */ export function isTag(value?: any): value is Tag { return !!(value?.$$mdtype === 'Tag'); }