File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ type BunRequestInit = globalThis.FetchRequestInit;
7272/** @ts -ignore For users with node-fetch@2 */
7373type NodeFetch2RequestInit = 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 > | NotAny < import ( '../../../../../../../../../node_modules/@types/node-fetch/index.d.ts' ) . RequestInit > | NotAny < import ( '../../../../../../../../../../node_modules/@types/node-fetch/index.d.ts' ) . RequestInit > ;
7474/** @ts -ignore For users with node-fetch@3, doesn't need file extension because types are at ./@types/index.d.ts */
75- type NodeFetch3RequestInit = 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 > | NotAny < import ( '../../../../../../../../../node_modules/node-fetch' ) . RequestInit > | NotAny < import ( '../../../../../../../../../../node_modules/node-fetch' ) . RequestInit > ;
75+ type NodeFetch3RequestInit = 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 > | NotAny < import ( '../../../../../../../../../node_modules/node-fetch' ) . RequestInit > | NotAny < import ( '../../../../../../../../../../node_modules/node-fetch' ) . RequestInit > ;
7676/** @ts -ignore For users who use Deno */
7777type FetchRequestInit = NonNullable < OverloadedParameters < typeof fetch > [ 1 ] > ;
7878/* eslint-enable */
You can’t perform that action at this time.
0 commit comments