UNPKG

happy-dom-without-node

Version:

Happy DOM is a JavaScript implementation of a web browser without its graphical user interface. It includes many web standards from WHATWG DOM and HTML.

14 lines 294 B
import { URL, URLSearchParams } from 'whatwg-url'; /** * */ declare class UrlObject { } export { URL, URLSearchParams, UrlObject }; declare const _default: { URL: any; URLSearchParams: any; UrlObject: typeof UrlObject; }; export default _default; //# sourceMappingURL=url.d.ts.map