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

8 lines
170 B
JavaScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
"use strict";
const URL = require("./lib/URL");
const URLSearchParams = require("./lib/URLSearchParams");
exports.URL = URL;
exports.URLSearchParams = URLSearchParams;