WXL
3 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
node_modules/undici-types/balanced-pool.d.ts
@@ -1,6 +1,6 @@
import Pool from './pool'
import Dispatcher from './dispatcher'
import { URL } from 'url'
import { URL } from 'node:url'
export default BalancedPool
@@ -11,6 +11,7 @@
  addUpstream (upstream: string | URL): BalancedPool
  removeUpstream (upstream: string | URL): BalancedPool
  getUpstream (upstream: string | URL): Pool | undefined
  upstreams: Array<string>
  /** `true` after `pool.close()` has been called. */