agsamantha/node_modules/whatwg-url/webidl2js-wrapper.js

8 lines
170 B
JavaScript
Raw Normal View History

2024-10-02 15:15:21 -05:00
"use strict";
const URL = require("./lib/URL");
const URLSearchParams = require("./lib/URLSearchParams");
exports.URL = URL;
exports.URLSearchParams = URLSearchParams;