aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/whatwg-url/webidl2js-wrapper.js
blob: b731ace5f49f0afd309c120d6410f7dc2c4aeb60 (plain) (blame)
1
2
3
4
5
6
7
"use strict";

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

exports.URL = URL;
exports.URLSearchParams = URLSearchParams;