Skip to content

Commit db5473b

Browse files
committed
update
1 parent 28d0fef commit db5473b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/url.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export type PartialURL = {
1+
type PartialURL = {
22
host?: string;
33
path?: string;
44
protocol?: string;

0 commit comments

Comments
 (0)