Skip to content

Commit

Permalink
docs: update typescript deep dive url
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbutler27 committed Jul 18, 2024
1 parent b788164 commit 39134f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coding-standards-es6-typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ work in code transpiled to ES5 as seen
## Types
In TypeScript, we disallow all implicit `any`s (see
[TypeScript Deep Dive](https://basarat.gitbooks.io/typescript/docs/options/noImplicitAny.html)).
[TypeScript Deep Dive](https://basarat.gitbook.io/typescript/intro/noimplicitany)).
In addition, if a variable is part of the API of the function/module (i.e. it is exported
or returned), it must have an **explicit** type. Also, the return types of functions
Expand Down

0 comments on commit 39134f5

Please sign in to comment.