1
0
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:
Matthew Brown 2022-11-12 14:58:13 -05:00 committed by GitHub
parent 543d8ab83b
commit 86c0ec0d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,6 @@
# Utility types # Utility types
Psalm supports some _magical_ utility types that brings superpower to the PHP type system. Psalm supports some _magical_ utility types that brings superpower to the PHP type system.Re
_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)
## `key-of<T>` ## `key-of<T>`