UNPKG

whatwg-url

Version:

An implementation of the WHATWG URL Standard's URL API and parsing machinery

8 lines (5 loc) 170 B
"use strict"; const URL = require("./lib/URL"); const URLSearchParams = require("./lib/URLSearchParams"); exports.URL = URL; exports.URLSearchParams = URLSearchParams;