Skip to content

Commit

Permalink
docs: add keyof
Browse files Browse the repository at this point in the history
  • Loading branch information
mistlog committed Feb 15, 2021
1 parent 4beb02d commit f1cb863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -98,6 +98,7 @@ type bool = true
type tuple = [1,2,3]
type obj = { a: 1, b: "abc"}
type template = `value is: ${value}`
type keys = keyof { a: 1, b: 2 }
```
### Complex type
Expand Down

0 comments on commit f1cb863

Please sign in to comment.