@webdeveric/utils
Preparing search index...
types/utils
KeysWhere
Type Alias KeysWhere<Type, DataType, Key>
KeysWhere
:
Key
extends
PropertyKey
?
Type
[
Key
]
extends
DataType
?
Key
:
never
:
never
Return a list of keys where the property value match the
DataType
.
Type Parameters
Type
DataType
Key
extends
keyof
Type
=
keyof
Type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webdeveric/utils
Loading...
Return a list of keys where the property value match the
DataType.