Lodash.unset

Removes the property at path of object.

struct Lodash
nothrow @trusted @safe ref
unset
(
T
)
(
auto ref T path
)

Return Value

Type: auto ref

- Lodash chained on (boolean): true if the property is deleted, else false.

Meta