We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00306c7 commit 964c421Copy full SHA for 964c421
src/composeAbort.ts
@@ -1,4 +1,4 @@
1
-import { AbortController, AbortSignal } from 'abort-controller'
+import AbortController, { AbortSignal } from 'abort-controller'
2
import { AbortError } from './AbortError'
3
4
class ComposedAbortController extends AbortController {
0 commit comments