Lodash.defaultsDeep

This method is like _.defaults except that it recursively assigns default properties.

Note: This method mutates object.

struct Lodash
nothrow @trusted @safe ref
defaultsDeep
(
ARGS...
)
(
auto ref ARGS sources
)

Return Value

Type: auto ref

- Lodash chained on (Object): object.

Meta