Utility TypeScript @ 2.0.0-beta.5
GitHub
by Maddi Mathon
Preparing search index...
deleteUndefinedProps
Function deleteUndefinedProps
deleteUndefinedProps
<
T_Obj
extends
object
>
(
obj
:
T_Obj
)
:
OmitUndefined
<
T_Obj
>
Deletes the properties of the given object whose types are undefined.
Type Parameters
T_Obj
extends
object
Parameters
obj
:
T_Obj
Returns
OmitUndefined
<
T_Obj
>
Since
2.0.0-beta.3
Settings
Member Visibility
Alpha
Beta
External
Inherited
Private
Protected
Theme
OS
Light
Dark
GitHub
by Maddi Mathon
Utility TypeScript @ 2.0.0-beta.5
Loading...
Deletes the properties of the given object whose types are undefined.