Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
popring committed Dec 27, 2023
1 parent 84148b7 commit a5121c6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/_posts/好文收藏.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,3 @@ https://www.patterns.dev/
## 提问

[提问的智慧](https://mp.weixin.qq.com/s/q461so9lWk4FKJGZ-p7Vcg)

## TypeScript

[Typescript 类型编程,从入门到通达](https://mp.weixin.qq.com/s/WsldmkW2ovp-okxSY3le9g)

[Learn Advanced TypeScript Types](https://medium.com/free-code-camp/typescript-curry-ramda-types-f747e99744ab)
29 changes: 29 additions & 0 deletions source/_posts/技术/typescript总结.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: 'TypeScript总结'
date: 2023-12-27 10:50:40
tags: Vue
categories: 技术
---


## TypeScript 相关收藏

### 入门文章类

[TypeScript 入门教程](https://ts.xcatliu.com/): github 10k star, author xcatliu.

[Typescript 类型编程,从入门到通达](https://mp.weixin.qq.com/s/WsldmkW2ovp-okxSY3le9g)

[Learn Advanced TypeScript Types](https://medium.com/free-code-camp/typescript-curry-ramda-types-f747e99744ab)

[TypeScript Cheat Sheets](https://www.typescriptlang.org/zh/cheatsheets)


### 通关挑战类

[Typescript Exercises](https://typescript-exercises.github.io/):一共16关

[type-fest](https://github.com/sindresorhus/type-fest)

[type-challenges](https://github.com/type-challenges/type-challenges/)

0 comments on commit a5121c6

Please sign in to comment.