@webdeveric/utils
Preparing search index...
types/utils
PickByType
Type Alias PickByType<Type, DataType>
PickByType
:
{
[
Property
in
KeysWhere
<
Type
,
DataType
>
]
:
Type
[
Property
]
}
Construct a type where all the property values match the
DataType
.
Type Parameters
Type
DataType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webdeveric/utils
Loading...
Construct a type where all the property values match the
DataType.