mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
8 lines
170 B
JavaScript
8 lines
170 B
JavaScript
"use strict";
|
|
|
|
const URL = require("./lib/URL");
|
|
const URLSearchParams = require("./lib/URLSearchParams");
|
|
|
|
exports.URL = URL;
|
|
exports.URLSearchParams = URLSearchParams;
|