mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-02-18 04:20:50 +01: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;
|