Skip to content
New issue

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

Arrays of arrays #2 #14

Closed
wants to merge 2 commits into from
Closed

Conversation

lastType
Copy link

@lastType lastType commented Oct 27, 2021

I think it solves the problem, but as a newbie in typescript i'm pretty sure there is improvements to make.

Proposition to solve : Improve types to understand arrays of arrays bahmutov#2 
  [2, 'bar']
])('title', (a, b) => {
  // a should be a number
  // b should be a string
})
@bahmutov
Copy link
Owner

sorry, did not have time to look at this yet

@lastType
Copy link
Author

Ok. Work well !

Regards

@bahmutov
Copy link
Owner

bahmutov commented May 8, 2023

I think #75 already resolved this

@bahmutov bahmutov closed this May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants