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
| value |`Obj`| A generic `Obj` type `value` that contains the `key` to guard |
1861
-
| key | keyof O`bj`\| (keyof `Obj`)\[\]| A key of `Obj` or an array key of `Obj` type as the name of the property that the `value` contains |
1861
+
| key |`keyof Obj`\|`(keyof Obj)[]`| A key of `Obj` or an array key of `Obj` type as the name of the property that the `value` contains |
1862
1862
| callback? |[`ResultCallback`][resultcallback]| An Optional [`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1863
1863
1864
1864
The **return value** is a `boolean` indicating whether or not the `value` is an `object` of a generic `Obj` containing the `key`.
| value |`Obj`| A generic `Obj` type `value` that contains the `key` to guard |
1861
-
| key | keyof O`bj`\| (keyof `Obj`)\[\]| A key of `Obj` or an array key of `Obj` type as the name of the property that the `value` contains |
1861
+
| key |`keyof Obj`\|`(keyof Obj)[]`| A key of `Obj` or an array key of `Obj` type as the name of the property that the `value` contains |
1862
1862
| callback? |[`ResultCallback`][resultcallback]| An Optional [`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1863
1863
1864
1864
The **return value** is a `boolean` indicating whether or not the `value` is an `object` of a generic `Obj` containing the `key`.
0 commit comments