UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (4 loc) 139 B
import type { Tag } from '@markdoc/markdoc'; export function isTag(value?: any): value is Tag { return !!(value?.$$mdtype === 'Tag'); }