mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-13 08:07:11 +02:00
8 lines
162 B
JavaScript
8 lines
162 B
JavaScript
const { URLPattern } = require("./dist/urlpattern.cjs");
|
|
|
|
module.exports = { URLPattern };
|
|
|
|
if (!globalThis.URLPattern) {
|
|
globalThis.URLPattern = URLPattern;
|
|
}
|