Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing types in node export #390

Open
Aareksio opened this issue Apr 29, 2024 · 0 comments
Open

Missing types in node export #390

Aareksio opened this issue Apr 29, 2024 · 0 comments

Comments

@Aareksio
Copy link

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

< 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant