2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00
Files
axios/tests/module
Mohammad Faiz a2390a5c05 fix: correct isCancel type to narrow to CanceledError<T> (#10952)
* fix(index.d.cts): correct isCancel type to narrow to CanceledError<T> instead of Cancel

* test(types): cover CJS isCancel narrowing

* test(types): assert isCancel preserves generic

---------

Co-authored-by: Jason Saayman <jasonsaayman@gmail.com>
2026-05-28 19:38:30 +02:00
..