UNPKG

eslint-plugin-lit-a11y

Version:
6 lines (3 loc) 175 B
const presentationRoles = new Set(['presentation', 'none']); const isPresentationRole = attributes => presentationRoles.has(attributes.role); export { isPresentationRole };