UNPKG

116 BJavaScriptView Raw
1import { URLPattern } from "./index.impl.js";
2if (!globalThis.URLPattern) {
3 globalThis.URLPattern = URLPattern;
4}