Skip to content

Commit c990a5d

Browse files
authored
fix:highlight ts code (type-challenges#29746)
1 parent 5889045 commit c990a5d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

questions/00956-hard-deeppick/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ A type takes two arguments.
66

77
For example:
88

9-
```
10-
9+
```ts
1110
type obj = {
1211
name: 'hoge',
1312
age: 20,
@@ -28,4 +27,4 @@ type T3 = DeepPick<obj, 'name' | 'friend.name' | 'friend.family.name'> // { na
2827
```
2928

3029

31-
<!--info-footer-start--><br><a href="../../README.md" target="_blank"><img src="https://img.shields.io/badge/-Back-grey" alt="Back"/></a> <a href="https://tsch.js.org/956/answer" target="_blank"><img src="https://img.shields.io/badge/-Share%20your%20Solutions-teal" alt="Share your Solutions"/></a> <a href="https://tsch.js.org/956/solutions" target="_blank"><img src="https://img.shields.io/badge/-Check%20out%20Solutions-de5a77?logo=awesome-lists&logoColor=white" alt="Check out Solutions"/></a> <!--info-footer-end-->
30+
<!--info-footer-start--><br><a href="../../README.md" target="_blank"><img src="https://img.shields.io/badge/-Back-grey" alt="Back"/></a> <a href="https://tsch.js.org/956/answer" target="_blank"><img src="https://img.shields.io/badge/-Share%20your%20Solutions-teal" alt="Share your Solutions"/></a> <a href="https://tsch.js.org/956/solutions" target="_blank"><img src="https://img.shields.io/badge/-Check%20out%20Solutions-de5a77?logo=awesome-lists&logoColor=white" alt="Check out Solutions"/></a> <!--info-footer-end-->

0 commit comments

Comments
 (0)