Preparing search index...
The search index is not available
@wsvaio/utils
@wsvaio/utils
deepPick
Function deepPick
deep
Pick
<
T
,
K
>
(
obj
,
...
keys
)
:
DeepPick
<
T
,
K
>
从对象中深度选择指定的属性
Type Parameters
T
extends
object
对象的类型
K
extends
string
属性的键的类型
Parameters
obj
:
T
要选择属性的对象
Rest
...
keys
:
K
[]
要选择的属性的键
Returns
DeepPick
<
T
,
K
>
一个新的对象,包含指定的属性
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@wsvaio/utils
Progress
BuiltInObjects
Compose
JsonableObj
DeepKeys
DeepOmit
DeepPartial
DeepPick
IsEqual
IsOptional
Jsonable
JsonableArr
JsonableBasic
Middleware
Parameters
ToUnionOfFunction
UnionToIntersection
ValueOf
Writeable
filePickerKey
arrayToTree
Loading...
Generated using
TypeDoc
从对象中深度选择指定的属性