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
By enabling strict true, we wouldn't have to deal with the fact that any function can return undefined without it showing up in the type signature.
However, many errors show up upon enabling this check, and it's not as high-pri as other issues, so I'm labelling this as a debt issue.
The text was updated successfully, but these errors were encountered:
Almost enable strict mode, still have implicit any
6744fde
Affects #54
4b0faaf
rzhao271
No branches or pull requests
By enabling strict true, we wouldn't have to deal with the fact that any function can return undefined without it showing up in the type signature.
However, many errors show up upon enabling this check, and it's not as high-pri as other issues, so I'm labelling this as a debt issue.
The text was updated successfully, but these errors were encountered: