yatter
Preparing search index...
object
cut
Function cut
cut
<
I
extends
AnyObject
<
any
>
,
T
,
K
=
keyof
I
>
(
input
:
I
,
matchers
:
Matcher
<
K
,
T
>
[]
,
)
:
Partial
<
I
>
按定义从对象中去除指定属性,返回剩余的属性及值
Type Parameters
I
extends
AnyObject
<
any
>
T
K
=
keyof
I
Parameters
input
:
I
matchers
:
Matcher
<
K
,
T
>
[]
Returns
Partial
<
I
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
yatter
Loading...
按定义从对象中去除指定属性,返回剩余的属性及值