typescript-book
typescript-book copied to clipboard
:books: The definitive guide to TypeScript and possibly the best TypeScript book :book:. Free and Open Source 🌹
Fix GitHub actions build fail error.
Hey, I really like your style guide, would it be ok with you if we used it in our open source project? we would of course, give credit to you...
Hello together, the documentation state to the build runs, all the available runs are older then 7 Months and all are failed... Is this project still maintained ? Greetings
Hi, I'm a developer from South Korea. 🇰🇷 I recently came back to help translate an article. I was surprised to see that the Korean translation address was pointing to...
https://basarat.gitbook.io/typescript/project/modules/external-modules#what-is-place ```else if the place is a folder and there is a foo/package.json and a file specified in the types key in the package.json that exists, then hurray!``` ```else if...
 I use bunjs to exec a ts file: ```typescript console.log('1' == 1) ``` TypeScript will not throw error.So, is your description is right? thanks.
add persian translation link into README.md
keyof
Document https://github.com/Microsoft/TypeScript/pull/11929 in https://github.com/basarat/typescript-book/blob/master/docs/project/declarationspaces.md as # Capturing the keys of a type :rose: