Skip to content

Commit

Permalink
Remove utility types navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Nov 12, 2022
1 parent 543d8ab commit 86c0ec0
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions docs/annotating_code/type_syntax/utility_types.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
# Utility types

Psalm supports some _magical_ utility types that brings superpower to the PHP type system.

_Click on the » next to each type to view detailed documentation and examples._

- [(T is true ? string : bool) »](conditional_types.md)
- [`key-of<T>` &raquo;](#key-oft)
- [`value-of<T>` &raquo;](#value-oft)
- [`properties-of<T>` &raquo;](#properties-oft)
- [`class-string-map<T as Foo, T>` &raquo;](#class-string-mapt-as-foo-t)
- [`T[K]` &raquo;](#tk)
- [Type aliases &raquo;](#type-aliases)
- [Variable templates &raquo;](#variable-templates)
Psalm supports some _magical_ utility types that brings superpower to the PHP type system.Re

## `key-of<T>`

Expand Down

0 comments on commit 86c0ec0

Please sign in to comment.