UNPKG

@markuplint/ml-spec

Version:

Types and schema that specs of the Markup languages for markuplint

7 lines (6 loc) 152 B
export function isPresentational(roleName) { if (!roleName) { return false; } return ['presentation', 'none'].includes(roleName); }