mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 21:43:14 +02:00
8 lines
172 B
JavaScript
8 lines
172 B
JavaScript
"use strict";
|
|
|
|
const URL = require("./dist/URL");
|
|
const URLSearchParams = require("./dist/URLSearchParams");
|
|
|
|
exports.URL = URL;
|
|
exports.URLSearchParams = URLSearchParams;
|