You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node.d.ts is missing type exports present in index.d.ts
Additional context
< export { C as CreateFetchOptions, g as Fetch, b as FetchContext, F as FetchError, d as FetchOptions, h as FetchRequest, f as FetchResponse, G as GlobalOptions, I as IFetchError, M as MappedResponseType, R as ResponseMap, e as ResponseType, S as SearchParameters, c as createFetch, a as createFetchError } from './shared/ofetch.8459ad38.mjs';---> export { F as FetchError, c as createFetch, a as createFetchError } from './shared/ofetch.8459ad38.mjs';
Logs
No response
The text was updated successfully, but these errors were encountered:
Can confirm that these types were previously exported in v1.3.3. Updated to v1.3.4 and now facing "Module 'ofetch' has no exported member FetchOptions" (Same as #395)
Environment
node 21
Reproduction
https://unpkg.com/[email protected]/dist/index.d.ts
https://unpkg.com/[email protected]/dist/node.d.ts
Describe the bug
node.d.ts is missing type exports present in index.d.ts
Additional context
Logs
No response
The text was updated successfully, but these errors were encountered: