@asaidimu/utils-workspace 7.0.2 → 7.0.4
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
|
@@ -192,7 +192,7 @@ declare class Serializer<T = void> {
|
|
|
192
192
|
/**
|
|
193
193
|
* Utility type for representing partial updates to the state, allowing deep nesting.
|
|
194
194
|
* It makes all properties optional and applies the same transformation recursively
|
|
195
|
-
* to nested objects
|
|
195
|
+
* to nested objects, allowing for selective updates while
|
|
196
196
|
* preserving the original structure. It also includes the original type T and
|
|
197
197
|
* undefined as possibilities for the top level and nested values.
|
|
198
198
|
*/
|
package/index.d.ts
CHANGED
|
@@ -192,7 +192,7 @@ declare class Serializer<T = void> {
|
|
|
192
192
|
/**
|
|
193
193
|
* Utility type for representing partial updates to the state, allowing deep nesting.
|
|
194
194
|
* It makes all properties optional and applies the same transformation recursively
|
|
195
|
-
* to nested objects
|
|
195
|
+
* to nested objects, allowing for selective updates while
|
|
196
196
|
* preserving the original structure. It also includes the original type T and
|
|
197
197
|
* undefined as possibilities for the top level and nested values.
|
|
198
198
|
*/
|