Skip to content

Commit d44b33b

Browse files
xgqfrms-GitHubxgqfrms
authored andcommitted
Update index.ts
1 parent 149976f commit d44b33b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ type Record<K extends keyof any, T> = {
55
[P in K]: T;
66
}
77

8+
9+
// keyof
10+
// in
11+
// Record

0 commit comments

Comments
 (0)