Sign in
◑
Theme
chromium
/
devtools
/
devtools-frontend
/
90e4cbb731a00a4dc026c63f66bb58a32a2abd46
/
.
/
node_modules
/
urlpattern-polyfill
/
index.js
blob: 6ea87e0bba23ad72fbf6b7d98c9cbfb4da9df3c6 [
file
]
import
{
URLPattern
}
from
"./dist/urlpattern.js"
;
export
{
URLPattern
};
if
(!
globalThis
.
URLPattern
)
{
globalThis
.
URLPattern
=
URLPattern
;
}