We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5aec2 commit 9fb9ff1Copy full SHA for 9fb9ff1
src/index.js
@@ -18,3 +18,5 @@ export { default as parse } from './parse';
18
export { default as format } from './format';
19
export { resolve, resolveObject } from './resolve';
20
export { default as Url } from './url';
21
+export { URL as URL }
22
+export { URLSearchParams as URLSearchParams }
0 commit comments