developit / redaxios

The Axios API, as an 800 byte Fetch wrapper.
https://npm.im/redaxios
Apache License 2.0
4.72k stars 100 forks source link

"Cannot find name 'T_8'" #53

Closed lkmill closed 4 years ago

lkmill commented 4 years ago

The generated types seem to be slightly wrong...

node_modules/redaxios/dist/index.d.ts:41:56 - error TS2304: Cannot find name 'T_8'.

41     spread<T_7, R>(fn: (...args: T_8[]) => R): (array: T_8[]) => R;
Lxxyx commented 4 years ago

Same issue