We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arrayConcat
Array concat has wrong types, so maybe we should add an arrayConcat function as a quick fix.
See microsoft/TypeScript#36554 (comment), microsoft/TypeScript#41913, microsoft/TypeScript#33645 for more use cases.
The text was updated successfully, but these errors were encountered:
Sounds good 👍
Sorry, something went wrong.
Should this be implemented in type-fest first?
Nah. It can just be added here.
No branches or pull requests
Array concat has wrong types, so maybe we should add an
arrayConcat
function as a quick fix.See microsoft/TypeScript#36554 (comment), microsoft/TypeScript#41913, microsoft/TypeScript#33645 for more use cases.
The text was updated successfully, but these errors were encountered: