Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
coalesce (keys, defaultValue) {
return objectpath.coalesce(this.data, keys, defaultValue)
}
// empty a given path (but do not delete it) depending on their type,so it retains reference to objects and arrays.