Partial-izes an object, except for the given T_KeysRequired, which are themselves to be required.
For the recursive version, see RecursivePartialExcept.
Type or interface to transform.
Optional. Keys that must be included. Default never.
never
2.0.0-alpha
Partial-izes an object, except for the given T_KeysRequired, which are themselves to be required.
For the recursive version, see RecursivePartialExcept.