I'm using Type Script, and there's already the types for the official DOMParser types.
Here are the types for QuerySelector function:

And this is the official documentation https://developer.mozilla.org/en-US/docs/Web/API/Element/querySelector
The problem is that for some reason in this package we have querySelect instead of querySelector, and this fact breaks type checking:

Any reason for having a different name? Can this be fixed?
I'm using Type Script, and there's already the types for the official DOMParser types.

Here are the types for
QuerySelectorfunction:And this is the official documentation https://developer.mozilla.org/en-US/docs/Web/API/Element/querySelector
The problem is that for some reason in this package we have

querySelectinstead ofquerySelector, and this fact breaks type checking:Any reason for having a different name? Can this be fixed?