Skip to content

Commit

Permalink
refactoring type IParsedHost
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed May 3, 2020
1 parent 48d18b2 commit d2e6dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface IHost {
}

export interface IParsedHost extends IHost {
toString: (options?: IEncodingOptions) => string;
toString(options?: IEncodingOptions): string;
}

export interface IConnectionDefaults {
Expand Down

0 comments on commit d2e6dfe

Please sign in to comment.