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

feat(types): new option to create tuples from fixed length arrays #31

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

nfroidure
Copy link
Owner

TypeScript does not provide a way to give length interval for arrays bu with a known size we can create a tuple with the array items repeated in it.

TypeScript does not provide a way to give length interval for arrays bu with a known size we can
create a tuple with the array items repeated in it.
@nfroidure nfroidure added the enhancement New feature or request label Oct 6, 2023
@nfroidure nfroidure requested a review from vdasilva116 October 6, 2023 07:04
@nfroidure nfroidure self-assigned this Oct 6, 2023
Copy link
Collaborator

@vdasilva116 vdasilva116 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nfroidure nfroidure merged commit 9528d27 into main Oct 6, 2023
@nfroidure nfroidure deleted the feat/tuples_from_fixed_arrays branch October 6, 2023 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants