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

Update TypeScript definitions for strict null checks #82

Merged
merged 1 commit into from
Feb 25, 2020

Conversation

mernen
Copy link

@mernen mernen commented Mar 9, 2018

TypeScript 2 introduces the strictNullChecks mode, which won't accept null/undefined values unless they are specifically declared. This is a slight change to reflect where these values are accepted and returned.

@JLRishe JLRishe merged commit b1ecd12 into goto100:master Feb 25, 2020
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