You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1845,7 +1845,7 @@ The **return value** is a `boolean` indicating whether or not the `value` is an
1845
1845
![update][update]
1846
1846
1847
1847
`4.0.0`: The function uses [`isObjectKey`](#isobjectkey) function to check the `value` and has [`callback`](#resultcallback) as optional instead of the [`guardObject`](#guardobject).
1848
-
`4.0.1`: Fix guards the `key` by changing its type to `keyof Obj` instead just a [`Key`][key].
1848
+
`4.0.1`: Fix guards the `key` by changing its type to `keyof Obj` instead of just a [`Key`][key].
1849
1849
1850
1850
Use `guardObjectKey()` or `guard.is.objectKey()` to guard the `value` to be an `object` of a generic `Obj` type that contains the `key`.
Copy file name to clipboardExpand all lines: packages/type/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1845,7 +1845,7 @@ The **return value** is a `boolean` indicating whether or not the `value` is an
1845
1845
![update][update]
1846
1846
1847
1847
`4.0.0`: The function uses [`isObjectKey`](#isobjectkey) function to check the `value` and has [`callback`](#resultcallback) as optional instead of the [`guardObject`](#guardobject).
1848
-
`4.0.1`: Fix guards the `key` by changing its type to `keyof Obj` instead just a [`Key`][key].
1848
+
`4.0.1`: Fix guards the `key` by changing its type to `keyof Obj` instead of just a [`Key`][key].
1849
1849
1850
1850
Use `guardObjectKey()` or `guard.is.objectKey()` to guard the `value` to be an `object` of a generic `Obj` type that contains the `key`.
0 commit comments