UNPKG

next

Version:

The React Framework

5 lines (4 loc) 218 B
const GlobalURLPattern = // @ts-expect-error: URLPattern is not available in Node.js typeof URLPattern === "undefined" ? undefined : URLPattern; export default GlobalURLPattern; //# sourceMappingURL=url-pattern.js.map