typescript-book
typescript-book copied to clipboard
:books: The definitive guide to TypeScript and possibly the best TypeScript book :book:. Free and Open Source 🌹
Hey, I did not check all, but most links which are leading to the source inside the Review section of the README lead nowhere beacuse they have either been deleted...
This following portion of the documentation is incorrect, [strictNullChecks](https://www.typescriptlang.org/tsconfig/#strictNullChecks) does not have to do with the `"not all code paths return a value"` check, it is [noImplicitReturns](https://www.typescriptlang.org/tsconfig/#noImplicitReturns) that checks this....