WXL
4 天以前 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1
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. */