typescript-book
typescript-book copied to clipboard
:books: The definitive guide to TypeScript and possibly the best TypeScript book :book:. Free and Open Source 🌹
Changed the last sentence
The pull request add the full license text of CC-BY 4.0, and also use a format that can be recognized by GitHub
Not the best documented feature of Typescript, but I couldn't find [assertion functions](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#assertion-functions) explained in the book. Thank you very much for your great work!
>And because `never` is only assignable to another `never` This isn't true! `never` _is_ assignable to a number for example, see for yourself. ``` function myFunction(a: number) { } function...
fixing file name extension for Node.js and es6 module syntax
Fixes some small grammar errors.
Use `camelCase` ~~of~~ class members and methods > Use `camelCase` **for** class members and methods
It will remove highlight errors in the browser
Re: https://github.com/basarat/typescript-book/issues/623
TriState -> Tristate Thank you for writing the great book!