select-dom
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -1,3 +0,3 @@ | ||
declare type BaseElement = Element | DocumentFragment | Document | Window; | ||
declare type BaseElements = Element | Element[] | NodeList | DocumentFragment | Document | Window; | ||
declare type BaseElement = ParentNode | Window; | ||
declare type BaseElements = BaseElement | BaseElement[] | Iterable<BaseElement> | NodeList; | ||
/** | ||
@@ -4,0 +4,0 @@ * @param selectors One or more CSS selectors separated by commas |
{ | ||
"name": "select-dom", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Extra lightweight DOM selector helper", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -1,6 +0,5 @@ | ||
# select-dom [![gzipped size][badge-gzip]](#no-link) [![Travis build status][badge-travis]][link-travis] [![npm version][badge-version]][link-npm] [![npm downloads][badge-downloads]][link-npm] | ||
# select-dom [![gzipped size][badge-gzip]](#no-link) [![Travis build status][badge-travis]][link-travis] [![npm downloads][badge-downloads]][link-npm] | ||
[badge-gzip]: https://img.shields.io/bundlephobia/minzip/select-dom.svg?label=gzipped | ||
[badge-travis]: https://api.travis-ci.org/bfred-it/select-dom.svg | ||
[badge-version]: https://img.shields.io/npm/v/select-dom.svg | ||
[badge-downloads]: https://img.shields.io/npm/dt/select-dom.svg | ||
@@ -7,0 +6,0 @@ [link-travis]: https://travis-ci.org/bfred-it/select-dom |
8526
90