mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
a2390a5c05
* 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>