Skip to content

Commit 4735830

Browse files
authored
Update index.d.ts
1 parent 964349f commit 4735830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ declare namespace puppeteer_page_proxy {
2323
* console.log(data.ip);
2424
* ```
2525
* @param page 'Page' object to execute the request on.
26-
* @param lookupService External lookup service to request data from. Fetches data from `api.ipify.org` by default.
26+
* @param lookupService External lookup service to request data from. Fetches data from `api64.ipify.org` by default.
2727
* @param isJSON Whether to JSON.parse the received response. Defaults to `true`.
2828
* @param timeout Time in milliseconds after which the request times out. Defaults to `30000` ms.
2929
*/
3030
function lookup(page: object, lookupService?: string, isJSON?: boolean, timeout?: number | string): Promise<any>;
31-
}
31+
}

0 commit comments

Comments
 (0)