File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1927,7 +1927,7 @@ The **return value** is a `boolean` indicating whether or not the `value` is a `
19271927
19281928` 4.0.0 ` : The function has a properly working callback cause of the updated [ ` isObject ` ] ( #isobject ) .
19291929
1930- ` 4.0.3 ` : Type variable ` Obj ` default value is not set to cause of it always being picked from the ` value ` .
1930+ ` 4.0.3 ` : Fix type variable ` Obj ` default value is not set to cause of it always being picked from the ` value ` .
19311931
19321932Use ` guardObject() ` or ` guard.is.object() ` to guard the ` value ` to be an ` object ` of a generic ` Obj ` type.
19331933
Original file line number Diff line number Diff line change @@ -1927,7 +1927,7 @@ The **return value** is a `boolean` indicating whether or not the `value` is a `
19271927
19281928` 4.0.0 ` : The function has a properly working callback cause of the updated [ ` isObject ` ] ( #isobject ) .
19291929
1930- ` 4.0.3 ` : Type variable ` Obj ` default value is not set to cause of it always being picked from the ` value ` .
1930+ ` 4.0.3 ` : Fix type variable ` Obj ` default value is not set to cause of it always being picked from the ` value ` .
19311931
19321932Use ` guardObject() ` or ` guard.is.object() ` to guard the ` value ` to be an ` object ` of a generic ` Obj ` type.
19331933
You can’t perform that action at this time.
0 commit comments