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
Use `isObjectKeyIn()` or `is.objectKeyIn()` to check if **any**`value` is an [`Object`][object] with the `key` of the [`Key`][key] type by using the `in` operator. The function uses operator [`in`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/in) to find the key.
| callback |[`ResultCallback`][resultcallback]=[`resultCallback`][callback]|[`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1163
1105
1164
1106
The **return value** is a `boolean` indicating whether or not the `value` is a `string`.
Use `isObjectKeyIn()` or `is.objectKeyIn()` to check if **any**`value` is an [`Object`][object] with the `key` of the [`Key`][key] type by using the `in` operator. The function uses operator [`in`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/in) to find the key.
| callback |[`ResultCallback`][resultcallback]=[`resultCallback`][callback]|[`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1163
1105
1164
1106
The **return value** is a `boolean` indicating whether or not the `value` is a `string`.
0 commit comments