Browse Source
Update outdated link on Static Type Checking page
main
Alexey Pyltsyn
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
content/docs/static-type-checking.md
|
|
@ -312,8 +312,8 @@ declare module 'querystring' { |
|
|
|
|
|
|
|
You are now ready to code! We recommend to check out the following resources to learn more about TypeScript: |
|
|
|
|
|
|
|
* [TypeScript Documentation: Basic Types](https://www.typescriptlang.org/docs/handbook/basic-types.html) |
|
|
|
* [TypeScript Documentation: Migrating from Javascript](https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html) |
|
|
|
* [TypeScript Documentation: Everyday Types](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html) |
|
|
|
* [TypeScript Documentation: Migrating from JavaScript](https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html) |
|
|
|
* [TypeScript Documentation: React and Webpack](https://www.typescriptlang.org/docs/handbook/react-&-webpack.html) |
|
|
|
|
|
|
|
## Reason {#reason} |
|
|
|