fregante / select-dom

Lightweight querySelector/All wrapper that outputs an Array
https://npm.im/select-dom
MIT License
125 stars 8 forks source link

Automatically use any types from `querySelector`/`closest` #27

Open fregante opened 1 month ago

fregante commented 1 month ago

There shouldn't be any need to keep a direct dependency to typed-query-selector and users would benefit from a single global installation of typed-query-selector.

The problem however is twofold:

Also requested in https://github.com/sindresorhus/element-ready/issues/32