Open tychenjiajun opened 2 years ago
Array concat has wrong types, so maybe we should add an arrayConcat function as a quick fix.
arrayConcat
See https://github.com/microsoft/TypeScript/issues/36554#issuecomment-580924501, https://github.com/microsoft/TypeScript/issues/41913, https://github.com/microsoft/TypeScript/pull/33645 for more use cases.
Sounds good 👍
Should this be implemented in type-fest first?
Nah. It can just be added here.
Array concat has wrong types, so maybe we should add an
arrayConcat
function as a quick fix.See https://github.com/microsoft/TypeScript/issues/36554#issuecomment-580924501, https://github.com/microsoft/TypeScript/issues/41913, https://github.com/microsoft/TypeScript/pull/33645 for more use cases.