File size: 191 Bytes
1e92f2d | 1 2 3 4 5 6 | const GlobalURLPattern =
// @ts-expect-error: URLPattern is not available in Node.js
typeof URLPattern === 'undefined' ? undefined : URLPattern
export { GlobalURLPattern as URLPattern }
|
1e92f2d | 1 2 3 4 5 6 | const GlobalURLPattern =
// @ts-expect-error: URLPattern is not available in Node.js
typeof URLPattern === 'undefined' ? undefined : URLPattern
export { GlobalURLPattern as URLPattern }
|