Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ascoders committed Jun 6, 2022
1 parent c2897a2 commit cf2a01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TS 类型体操/243.精读《type challenges - easy》.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ type Parameters<T> = T extends (...args: infer P) => any ? P : []
## 总结
学会 TS 基础语法后,活用才是关键。
> 讨论地址是:[精读《type challenges - easy》· Issue #422 · dt-fe/weekly](https://github.com/dt-fe/weekly/issues/422)
Expand Down

0 comments on commit cf2a01d

Please sign in to comment.