Skip to content

Commit cf2a01d

Browse files
committed
update
1 parent c2897a2 commit cf2a01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TS 类型体操/243.精读《type challenges - easy》.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ type Parameters<T> = T extends (...args: infer P) => any ? P : []
349349
350350
## 总结
351351
352-
352+
学会 TS 基础语法后,活用才是关键。
353353
354354
> 讨论地址是:[精读《type challenges - easy》· Issue #422 · dt-fe/weekly](https://github.com/dt-fe/weekly/issues/422)
355355

0 commit comments

Comments
 (0)