We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d0fef commit db5473bCopy full SHA for db5473b
packages/utils/src/url.ts
@@ -1,4 +1,4 @@
1
-export type PartialURL = {
+type PartialURL = {
2
host?: string;
3
path?: string;
4
protocol?: string;
0 commit comments