-
Notifications
You must be signed in to change notification settings - Fork 541
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
interceptors does not have any exported type #2972
Labels
bug
Something isn't working
Comments
We already have a PR for fixing that: #2967 |
7 tasks
I'm still unable to import |
Use Dispatcher and not Interceptors. |
Hmm. You are right. Line 39 in f90c161
I dont find the corresponding types. |
This will be close with #3118 |
Merged
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
when you try to import
interceptors
in TS it complainsReproducible By
import {interceptors} from "undici"
within a TypeScript project
Expected Behavior
You should be able to import
interceptors
and useredirect
/retry
in TSLogs & Screenshots
Environment
macOS Ventura 13.2.1
node 20.11.1
undici 6.9.0
Additional context
The text was updated successfully, but these errors were encountered: