Fix type test

This commit is contained in:
Gyubong Lee 2022-05-03 21:18:22 +09:00
parent c4e41774b2
commit 33065813e2
1 changed files with 1 additions and 1 deletions

2
index.d.ts vendored
View File

@ -65,7 +65,7 @@ export type Options = {
}, 100);
```
*/
signal: AbortSignal;
signal?: globalThis.AbortSignal;
};
/**