@alanscodelog/utils
Github
Issues
npm
Preparing search index...
utils
omit
Function omit
omit
<
T
extends
Record
<
any
,
any
>
,
TKeys
extends
(
keyof
T
)
[]
>
(
obj
:
T
,
keys
:
TKeys
,
)
:
Omit
<
T
,
TKeys
[
number
]
>
Returns a copy of the object without the specified properties.
Type Parameters
T
extends
Record
<
any
,
any
>
TKeys
extends
(
keyof
T
)
[]
Parameters
obj
:
T
keys
:
TKeys
Returns
Omit
<
T
,
TKeys
[
number
]
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Github
Issues
npm
@alanscodelog/utils
Loading...
Returns a copy of the object without the specified properties.