UNPKG

natural-selection

Version:

Detect if an element supports selection range in chrome

9 lines (6 loc) 229 B
# natural-selection Detect if an element supports selection range in chrome ```javascript var naturalSelection = require('natural-selection'); var elementSupportsSelectionRange = naturalSelection(element); // true or false ```