deletePropconstant

deleteProp: <T extends MutableObject>(input: T, key: Key<T>) => void

Remove a key/value entry from an object (by reference).

Examples

deleteProp(obj, "a");