- Preparing search index...
- The search index is not available
@nathanpb/kext
Function valueIsSpecificKey
- valueIsSpecificKey<T>(enumerator: Enumerator<T, any>, key: keyof T, value: any): value is keyof T
-
Parameters
-
enumerator: Enumerator<T, any>
-
key: keyof T
-
value: any
Returns value is keyof T
Checks whether a given value is contained in a certain of an enumerator.