Preparing search index...
The search index is not available
@tb-dev/utils - v4.0.7
@tb-dev/utils
PickByValue
Type Alias PickByValue<T, V>
Pick
By
Value
<
T
,
V
>
:
{
[
P
in
keyof
T
as
T
[
P
]
extends
V
?
P
:
never
]
:
T
[
P
]
}
Like
Pick
, but constructs the type based on the values.
Type Parameters
T
V
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@tb-dev/utils - v4.0.7
Loading...
Like
Pick
, but constructs the type based on the values.