Skip to content

Commit 86a6a3f

Browse files
committed
fix(tools): use compatible ipaddr import in webfetch
1 parent 3664e87 commit 86a6a3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/tools/src/tools/webfetch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { lookup } from 'node:dns/promises'
22
import { isIP } from 'node:net'
33
import { Readability } from '@mozilla/readability'
4-
import * as ipaddr from 'ipaddr.js'
4+
import ipaddr from 'ipaddr.js'
55
import { JSDOM } from 'jsdom'
66
import robotsParser from 'robots-parser'
77
import TurndownService from 'turndown'

0 commit comments

Comments
 (0)