backk-frontend-utils
Advanced tools
Comparing version 1.0.121 to 1.0.122
@@ -1,1 +0,1 @@ | ||
export default function getInstanceWithUndefinedRemovedFromArrays(instance: any): void; | ||
export default function getInstanceWithUndefinedRemovedFromArrays(instance: any): any; |
@@ -13,4 +13,6 @@ import cloneDeep from 'lodash/cloneDeep'; | ||
export default function getInstanceWithUndefinedRemovedFromArrays(instance) { | ||
return removeUndefinedFromArrays(cloneDeep(instance)); | ||
const clonedInstance = cloneDeep(instance); | ||
removeUndefinedFromArrays(clonedInstance); | ||
return clonedInstance; | ||
} | ||
//# sourceMappingURL=getInstanceWithUndefinedRemovedFromArrays.js.map |
{ | ||
"name": "backk-frontend-utils", | ||
"version": "1.0.121", | ||
"version": "1.0.122", | ||
"description": "Web frontend utils for Backk microservices", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
358639
3569