WXL
4 天以前 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1
node_modules/undici-types/api.d.ts
@@ -1,5 +1,5 @@
import { URL, UrlObject } from 'url'
import { Duplex } from 'stream'
import { URL, UrlObject } from 'node:url'
import { Duplex } from 'node:stream'
import Dispatcher from './dispatcher'
/** Performs an HTTP request. */