- Preparing search index...
- The search index is not available
yatter
- pick<I, R>(input: I, matchers: (PropsMap | SimpleMatcher<I>)[]): R
-
Type Parameters
-
I extends AnyObject<any>
-
R extends AnyObject<any> = Extension<Partial<I>>
Parameters
-
input: I
-
matchers: (PropsMap | SimpleMatcher<I>)[]
Returns R
按定义的规则从对象中获取指定属性及值
Returns