Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/core
objectOmit
Function objectOmit
object
Omit
<
T
,
K
>
(
obj
,
keys
)
:
T
Returns a new object with the given keys omitted. Same as
lodash.omit
.
Type Parameters
T
extends
object
|
any
[]
K
extends
string
|
number
Parameters
obj
:
T
keys
:
K
[]
|
Set
<
K
>
|
Iterable
<
K
>
Returns
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Silvertree API
Loading...
Returns a new object with the given keys omitted. Same as
lodash.omit.