UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

8 lines (5 loc) 201 B
import matches from '../../commons/matches'; function matchesDefinitionEvaluate(_, options, virtualNode) { return matches(virtualNode, options.matcher); } export default matchesDefinitionEvaluate;