UNPKG

@markuplint/ml-spec

Version:

Types and schema that specs of the Markup languages for markuplint

5 lines (4 loc) 161 B
export function getSelectorsByContentModelCategory(specs, category) { const selectors = specs.def['#contentModels'][category]; return selectors ?? []; }