GoScrobble/web/node_modules/whatwg-url/webidl2js-wrapper.js

8 lines
172 B
JavaScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
"use strict";
const URL = require("./dist/URL");
const URLSearchParams = require("./dist/URLSearchParams");
exports.URL = URL;
exports.URLSearchParams = URLSearchParams;