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

Fix type inference for output: 'array' when precision is configured #151

Merged
merged 1 commit into from
Jun 11, 2022

Conversation

laughinghan
Copy link
Contributor

Return type incorrectly typed as [number, string], which is normally
true for output: 'array', but it's actually [string, string] if
precision is configured

Return type incorrectly typed as [number, string], which is normally
true for output: 'array', but it's actually [string, string] if
precision is configured
@avoidwork avoidwork merged commit af048cb into avoidwork:master Jun 11, 2022
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