isFocused top-level constant

Matcher const isFocused

A matcher that matches the currently focused element (document.activeElement).

Implementation

const Matcher isFocused = _IsFocused();