1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-10-01 08:46:43 +02:00

[typescript/*] remove dead links and format

This commit is contained in:
Boris Verkhovskiy
2024-04-18 21:34:40 -07:00
parent 51ff67f3a9
commit baf63b1f08
12 changed files with 64 additions and 87 deletions

View File

@@ -171,8 +171,6 @@ of a multiline string`;
```
## 参考资料
* [TypeScript官网](http://www.typescriptlang.org/)
* [TypeScript语言规范说明书(pdf)](http://go.microsoft.com/fwlink/?LinkId=267238)
* [Anders Hejlsberg - TypeScript介绍](http://channel9.msdn.com/posts/Anders-Hejlsberg-Introducing-TypeScript)
* [GitHub源码](https://github.com/Microsoft/TypeScript)
* [Definitely Typed - 类型定义仓库](http://definitelytyped.org/)
* [TypeScript官网](https://www.typescriptlang.org/)
* [GitHub源码](https://github.com/microsoft/TypeScript)