doc: update typescript.md

This commit is contained in:
jaywcjlove 2022-12-03 17:55:09 +08:00
parent 33328e5987
commit fbcd7edf78
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ React 备忘清单
[![Repo Dependents](https://badgen.net/github/dependents-repo/facebook/react)](https://github.com/facebook/react/network/dependents)
[![Github repo](https://badgen.net/badge/icon/Github?icon=github&label)](https://github.com/facebook/react)
适合初学者的综合 React 备忘清单
适合初学者的综合 React 备忘清单
<!--rehype:style=padding-top: 12px;-->
入门

View File

@ -6,7 +6,8 @@ TypeScript 备忘清单
[![Repo Dependents](https://badgen.net/github/dependents-repo/Microsoft/TypeScript)](https://github.com/Microsoft/TypeScript/network/dependents)
[![Github repo](https://badgen.net/badge/icon/Github?icon=github&label)](https://github.com/Microsoft/TypeScript)
包含最重要基础、泛型、方法、class 等 TypeScript 强类型编程语言语法的快速参考备忘单。初学者的完整快速参考。
包含最重要基础、泛型、方法、class 等 TypeScript 强类型编程语言语法的快速参考备忘单。初学者的完整快速参考
<!--rehype:style=padding-top: 12px;-->
入门 Interface
----