An alternative to _.merge, which doesn't clone its arguments.
Does not mutate parameters.
Cloning is a bad idea because options arguments may contain references to sequelize
models - which again reference database libs which don't like to be cloned (in particular pg-native)
An alternative to _.merge, which doesn't clone its arguments.
Does not mutate parameters.
Cloning is a bad idea because options arguments may contain references to sequelize models - which again reference database libs which don't like to be cloned (in particular pg-native)