kenchris / urlpattern-polyfill

URLPattern polyfill
https://www.npmjs.com/package/urlpattern-polyfill
MIT License
268 stars 31 forks source link

Fix `URLPattern` type export #111

Closed eduardoboucas closed 1 year ago

eduardoboucas commented 1 year ago

I've noticed that the current URLPattern exported type can't be used as a constructor. In this PR I've changed index.d.ts so that we export URLPattern directly from types.js, which does address the problem.

Before:

Screenshot 2023-03-29 at 18 26 49

After:

Screenshot 2023-03-29 at 18 25 57