npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

matches-selector-2

0.1.0

@tjholowaychuk

npmSnykSocket
Downloads:1869
$ npm install matches-selector-2
DailyWeeklyMonthlyYearly

matches-selector

Check if an element matches a given selector.

Installation

$ component install component/matches-selector

Example

var matches = require('matches-selector');
matches(el, 'ul li a');
// => true

License

MIT