Files
diploma_todoapp/backend/node_modules/whatwg-url/webidl2js-wrapper.js
2026-03-31 18:30:49 +08:00

8 lines
170 B
JavaScript

"use strict";
const URL = require("./lib/URL");
const URLSearchParams = require("./lib/URLSearchParams");
exports.URL = URL;
exports.URLSearchParams = URLSearchParams;