Skip to content

Commit

Permalink
Merge pull request #28 from jmbutler27/jmbutler/update-document-refer…
Browse files Browse the repository at this point in the history
…ence

docs: update typescript deep dive url
  • Loading branch information
onebytegone authored Jul 19, 2024
2 parents b788164 + 39134f5 commit 7bbd3a0
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 7bbd3a0

Please sign in to comment.