object-property-assigner
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -20,2 +20,2 @@ type BasicType = string | number | boolean | undefined | null | Function; | ||
export { BasicType, Input, InputArray, InputObject, Value, assign as default }; | ||
export { BasicType, Input, InputArray, InputObject, Options, Value, assign as default }; |
{ | ||
"name": "object-property-assigner", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "A lightweight (no dependencies) tool to assign deeply nested properties in JS Objects (incl. Arrays)", | ||
@@ -5,0 +5,0 @@ "main": "build/index.cjs.js", |
12256