Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jan 29, 2024
1 parent b24be98 commit 04e044e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -668,13 +668,13 @@ export class ProxyOptions {
*
* Note that this will override `url` specified before.
*/
auto(): void
auto(): this
/**
* Specify the exact URL of the proxy to use.
*
* Note that this will override `auto` specified before.
*/
url(url: string): void
url(url: string): this
}
export class Cred {
/**
Expand Down

0 comments on commit 04e044e

Please sign in to comment.