@@ -64,55 +64,15 @@ type OverloadedParameters<T> =
6464 * [1]: https://www.typescriptlang.org/tsconfig/#typeAcquisition
6565 */
6666/** @ts -ignore For users with \@types/node */
67- type UndiciTypesRequestInit =
68- | NotAny < import ( 'undici-types' ) . RequestInit >
69- | NotAny < import ( 'undici-types' ) . RequestInit >
70- | NotAny < import ( '../../../node_modules/undici-types/index.d.ts' ) . RequestInit >
71- | NotAny < import ( '../../../../node_modules/undici-types/index.d.ts' ) . RequestInit >
72- | NotAny < import ( '../../../../../node_modules/undici-types/index.d.ts' ) . RequestInit >
73- | NotAny < import ( '../../../../../../node_modules/undici-types/index.d.ts' ) . RequestInit >
74- | NotAny < import ( '../../../../../../../node_modules/undici-types/index.d.ts' ) . RequestInit >
75- | NotAny < import ( '../../../../../../../../node_modules/undici-types/index.d.ts' ) . RequestInit >
76- | NotAny < import ( '../../../../../../../../../node_modules/undici-types/index.d.ts' ) . RequestInit >
77- | NotAny < import ( '../../../../../../../../../../node_modules/undici-types/index.d.ts' ) . RequestInit > ;
67+ type UndiciTypesRequestInit = NotAny < import ( 'undici-types' ) . RequestInit > | NotAny < import ( 'undici-types' ) . RequestInit > | NotAny < import ( '../../../node_modules/undici-types/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../node_modules/undici-types/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../../node_modules/undici-types/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../../../node_modules/undici-types/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../../../../node_modules/undici-types/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../../../../../node_modules/undici-types/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../../../../../../node_modules/undici-types/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../../../../../../../node_modules/undici-types/index.d.ts' ) . RequestInit > ;
7868/** @ts -ignore For users with undici */
79- type UndiciRequestInit =
80- | NotAny < import ( 'undici' ) . RequestInit >
81- | NotAny < import ( 'undici' ) . RequestInit >
82- | NotAny < import ( '../../../node_modules/undici/index.d.ts' ) . RequestInit >
83- | NotAny < import ( '../../../../node_modules/undici/index.d.ts' ) . RequestInit >
84- | NotAny < import ( '../../../../../node_modules/undici/index.d.ts' ) . RequestInit >
85- | NotAny < import ( '../../../../../../node_modules/undici/index.d.ts' ) . RequestInit >
86- | NotAny < import ( '../../../../../../../node_modules/undici/index.d.ts' ) . RequestInit >
87- | NotAny < import ( '../../../../../../../../node_modules/undici/index.d.ts' ) . RequestInit >
88- | NotAny < import ( '../../../../../../../../../node_modules/undici/index.d.ts' ) . RequestInit >
89- | NotAny < import ( '../../../../../../../../../../node_modules/undici/index.d.ts' ) . RequestInit > ;
69+ type UndiciRequestInit = NotAny < import ( 'undici' ) . RequestInit > | NotAny < import ( 'undici' ) . RequestInit > | NotAny < import ( '../../../node_modules/undici/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../node_modules/undici/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../../node_modules/undici/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../../../node_modules/undici/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../../../../node_modules/undici/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../../../../../node_modules/undici/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../../../../../../node_modules/undici/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../../../../../../../node_modules/undici/index.d.ts' ) . RequestInit > ;
9070/** @ts -ignore For users with \@types/bun */
9171type BunRequestInit = globalThis . FetchRequestInit ;
9272/** @ts -ignore For users with node-fetch@2 */
93- type NodeFetch2RequestInit =
94- | NotAny < import ( 'node-fetch' ) . RequestInit >
95- | NotAny < import ( 'node-fetch' ) . RequestInit >
96- | NotAny < import ( '../../../node_modules/@types/node-fetch/index.d.ts' ) . RequestInit >
97- | NotAny < import ( '../../../../node_modules/@types/node-fetch/index.d.ts' ) . RequestInit >
98- | NotAny < import ( '../../../../../node_modules/@types/node-fetch/index.d.ts' ) . RequestInit >
99- | NotAny < import ( '../../../../../../node_modules/@types/node-fetch/index.d.ts' ) . RequestInit >
100- | NotAny < import ( '../../../../../../../node_modules/@types/node-fetch/index.d.ts' ) . RequestInit >
101- | NotAny < import ( '../../../../../../../../node_modules/@types/node-fetch/index.d.ts' ) . RequestInit >
102- | NotAny < import ( '../../../../../../../../../node_modules/@types/node-fetch/index.d.ts' ) . RequestInit >
103- | NotAny < import ( '../../../../../../../../../../node_modules/@types/node-fetch/index.d.ts' ) . RequestInit > ;
73+ type NodeFetch2RequestInit = NotAny < import ( 'node-fetch' ) . RequestInit > | NotAny < import ( 'node-fetch' ) . RequestInit > | NotAny < import ( '../../../node_modules/@types/node-fetch/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../node_modules/@types/node-fetch/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../../node_modules/@types/node-fetch/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../../../node_modules/@types/node-fetch/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../../../../node_modules/@types/node-fetch/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../../../../../node_modules/@types/node-fetch/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../../../../../../node_modules/@types/node-fetch/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../../../../../../../node_modules/@types/node-fetch/index.d.ts' ) . RequestInit > ;
10474/** @ts -ignore For users with node-fetch@3, doesn't need file extension because types are at ./@types/index.d.ts */
105- type NodeFetch3RequestInit =
106- | NotAny < import ( 'node-fetch.js' ) . RequestInit >
107- | NotAny < import ( 'node-fetch.js' ) . RequestInit >
108- | NotAny < import ( '../../../node_modules/node-fetch' ) . RequestInit >
109- | NotAny < import ( '../../../../node_modules/node-fetch' ) . RequestInit >
110- | NotAny < import ( '../../../../../node_modules/node-fetch' ) . RequestInit >
111- | NotAny < import ( '../../../../../../node_modules/node-fetch' ) . RequestInit >
112- | NotAny < import ( '../../../../../../../node_modules/node-fetch' ) . RequestInit >
113- | NotAny < import ( '../../../../../../../../node_modules/node-fetch' ) . RequestInit >
114- | NotAny < import ( '../../../../../../../../../node_modules/node-fetch' ) . RequestInit >
115- | NotAny < import ( '../../../../../../../../../../node_modules/node-fetch' ) . RequestInit > ;
75+ type NodeFetch3RequestInit = NotAny < import ( 'node-fetch.js' ) . RequestInit > | NotAny < import ( 'node-fetch.js' ) . RequestInit > | NotAny < import ( '../../../node_modules/node-fetch' ) . RequestInit > | NotAny < import ( '../../../../node_modules/node-fetch' ) . RequestInit > | NotAny < import ( '../../../../../node_modules/node-fetch' ) . RequestInit > | NotAny < import ( '../../../../../../node_modules/node-fetch' ) . RequestInit > | NotAny < import ( '../../../../../../../node_modules/node-fetch' ) . RequestInit > | NotAny < import ( '../../../../../../../../node_modules/node-fetch' ) . RequestInit > | NotAny < import ( '../../../../../../../../../node_modules/node-fetch' ) . RequestInit > | NotAny < import ( '../../../../../../../../../../node_modules/node-fetch' ) . RequestInit > ;
11676/** @ts -ignore For users who use Deno */
11777type FetchRequestInit = NonNullable < OverloadedParameters < typeof fetch > [ 1 ] > ;
11878/* eslint-enable */
0 commit comments