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

8 lines
177 B
JavaScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
"use strict";
const URL = require("./lib/URL");
const URLSearchParams = require("./lib/URLSearchParams");
exports.URL = URL;
exports.URLSearchParams = URLSearchParams;