mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 13:51:54 +01:00
Remove utility types navigation
This commit is contained in:
parent
543d8ab83b
commit
86c0ec0d01
@ -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>` »](#key-oft)
|
||||
- [`value-of<T>` »](#value-oft)
|
||||
- [`properties-of<T>` »](#properties-oft)
|
||||
- [`class-string-map<T as Foo, T>` »](#class-string-mapt-as-foo-t)
|
||||
- [`T[K]` »](#tk)
|
||||
- [Type aliases »](#type-aliases)
|
||||
- [Variable templates »](#variable-templates)
|
||||
Psalm supports some _magical_ utility types that brings superpower to the PHP type system.Re
|
||||
|
||||
## `key-of<T>`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user