@asaidimu/utils-store 10.1.11 → 10.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.mts +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.mts
CHANGED
|
@@ -64,7 +64,7 @@ interface SubscribeOptions {
|
|
|
64
64
|
/**
|
|
65
65
|
* Utility type for representing partial updates to the state, allowing deep nesting.
|
|
66
66
|
* It makes all properties optional and applies the same transformation recursively
|
|
67
|
-
* to nested objects
|
|
67
|
+
* to nested objects, allowing for selective updates while
|
|
68
68
|
* preserving the original structure. It also includes the original type T and
|
|
69
69
|
* undefined as possibilities for the top level and nested values.
|
|
70
70
|
*/
|
package/index.d.ts
CHANGED
|
@@ -64,7 +64,7 @@ interface SubscribeOptions {
|
|
|
64
64
|
/**
|
|
65
65
|
* Utility type for representing partial updates to the state, allowing deep nesting.
|
|
66
66
|
* It makes all properties optional and applies the same transformation recursively
|
|
67
|
-
* to nested objects
|
|
67
|
+
* to nested objects, allowing for selective updates while
|
|
68
68
|
* preserving the original structure. It also includes the original type T and
|
|
69
69
|
* undefined as possibilities for the top level and nested values.
|
|
70
70
|
*/
|