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

Made by Antonio Ramirez

component-matches-selector

0.1.7

@timaschew

npmHomeRepoSnykSocket
Downloads:10665
$ npm install component-matches-selector
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