mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-02-17 03:50:56 +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;
|