UNPKG

@testing-library/user-event

Version:
8 lines (5 loc) 160 B
import { FOCUSABLE_SELECTOR } from './selector.js'; function isFocusable(element) { return element.matches(FOCUSABLE_SELECTOR); } export { isFocusable };