Skip to content

Commit 40268b9

Browse files
other Utility Types
1 parent 89d43af commit 40268b9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
Record<Keys, Values>
22

33
Partial<Object>
4+
5+
Required<Object>
6+
7+
Readonly<Object>
8+
9+
Pick<Object, Keys>

0 commit comments

Comments
 (0)