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 `isObjectKey()` or `is.objectKey()` to check if **any**`value` is an `object` with its own specified keys of the [`Key`][key]. The Function uses [`hasOwnProperty`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwnProperty) method to find the key.
898
+
Use `isObjectKey()` or `is.objectKey()` to check if **any**`value` is an `object` with its own specified keys of the [`Key`][key]. The function uses [`hasOwnProperty`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwnProperty) method to find the key.
| callback |[`ResultCallback`][resultcallback]=[`resultCallback`][callback]|[`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1408
1408
1409
-
The return value is a `boolean` indicating whether or not the `value` is not defined, is `undefined`.
1409
+
The **return value** is a `boolean` indicating whether or not the `value` is not defined, is `undefined`.
| callback |[`ResultCallback`][resultcallback]=[`resultCallback`][callback]|[`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1426
1426
1427
-
The return value is a `boolean` indicating whether or not the `value` is not a `function`.
1427
+
The **return value** is a `boolean` indicating whether or not the `value` is not a `function`.
| callback |[`ResultCallback`][resultcallback]=[`resultCallback`][callback]|[`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1444
1444
1445
-
The return value is a `boolean` indicating whether or not the `value` is not `null`.
1445
+
The **return value** is a `boolean` indicating whether or not the `value` is not `null`.
| callback |[`ResultCallback`][resultcallback]=[`resultCallback`][callback]|[`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1467
1467
1468
-
The return value is a `boolean` indicating whether or not the `value` is not a `number`.
1468
+
The **return value** is a `boolean` indicating whether or not the `value` is not a `number`.
| callback |[`ResultCallback`][resultcallback]=[`resultCallback`][callback]|[`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1485
1485
1486
-
The return value is a `boolean` indicating whether or not the `value` is not a `string`.
1486
+
The **return value** is a `boolean` indicating whether or not the `value` is not a `string`.
| callback |[`ResultCallback`][resultcallback]=[`resultCallback`][callback]|[`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1503
1503
1504
-
The return value is a `boolean` indicating whether or not the `value` is not `undefined`.
1504
+
The **return value** is a `boolean` indicating whether or not the `value` is not `undefined`.
| value |[`Func`](#func)| A [`Func`](#func) type `value` to guard |
1635
1635
| callback? |[`ResultCallback`][resultcallback]| Optional [`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1636
1636
1637
-
The return value is a `boolean` indicating whether or not the `value` is a [`Func`](#func).
1637
+
The **return value** is a `boolean` indicating whether or not the `value` is a [`Func`](#func).
| type |[`Primitives`](#primitives)| A `string` type from the [`Primitives`](#primitives) to check the `value`|
1770
1770
| callback? |[`ResultCallback`][resultcallback]| Optional [`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1771
1771
1772
-
The return value is a `boolean` indicating whether or not the `value` is the [`Primitive`](#primitive) from the `type`.
1772
+
The **return value** is a `boolean` indicating whether or not the `value` is the [`Primitive`](#primitive) from the `type`.
| value |`string`| A `string` type `value` to guard |
1790
1790
| callback? |[`ResultCallback`][resultcallback]| Optional [`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1791
1791
1792
-
The return value is a `boolean` indicating whether or not the `value` is a `string`.
1792
+
The **return value** is a `boolean` indicating whether or not the `value` is a `string`.
| type |[`Types<T>`](#types)| A `string` or generic [`Constructor`](#constructor) type from the [`Types`](#types) to check the `value`|
1829
1829
| callback? |[`ResultCallback`][resultcallback]| Optional [`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1830
1830
1831
-
The return value is a `boolean` indicating whether or not the `value` is a `type` from the [`Types`](#types).
1831
+
The **return value** is a `boolean` indicating whether or not the `value` is a `type` from the [`Types`](#types).
Use `isObjectKey()` or `is.objectKey()` to check if **any**`value` is an `object` with its own specified keys of the [`Key`][key]. The Function uses [`hasOwnProperty`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwnProperty) method to find the key.
898
+
Use `isObjectKey()` or `is.objectKey()` to check if **any**`value` is an `object` with its own specified keys of the [`Key`][key]. The function uses [`hasOwnProperty`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwnProperty) method to find the key.
| callback |[`ResultCallback`][resultcallback]=[`resultCallback`][callback]|[`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1408
1408
1409
-
The return value is a `boolean` indicating whether or not the `value` is not defined, is `undefined`.
1409
+
The **return value** is a `boolean` indicating whether or not the `value` is not defined, is `undefined`.
| callback |[`ResultCallback`][resultcallback]=[`resultCallback`][callback]|[`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1426
1426
1427
-
The return value is a `boolean` indicating whether or not the `value` is not a `function`.
1427
+
The **return value** is a `boolean` indicating whether or not the `value` is not a `function`.
| callback |[`ResultCallback`][resultcallback]=[`resultCallback`][callback]|[`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1444
1444
1445
-
The return value is a `boolean` indicating whether or not the `value` is not `null`.
1445
+
The **return value** is a `boolean` indicating whether or not the `value` is not `null`.
| callback |[`ResultCallback`][resultcallback]=[`resultCallback`][callback]|[`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1467
1467
1468
-
The return value is a `boolean` indicating whether or not the `value` is not a `number`.
1468
+
The **return value** is a `boolean` indicating whether or not the `value` is not a `number`.
| callback |[`ResultCallback`][resultcallback]=[`resultCallback`][callback]|[`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1485
1485
1486
-
The return value is a `boolean` indicating whether or not the `value` is not a `string`.
1486
+
The **return value** is a `boolean` indicating whether or not the `value` is not a `string`.
| callback |[`ResultCallback`][resultcallback]=[`resultCallback`][callback]|[`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1503
1503
1504
-
The return value is a `boolean` indicating whether or not the `value` is not `undefined`.
1504
+
The **return value** is a `boolean` indicating whether or not the `value` is not `undefined`.
| value |[`Func`](#func)| A [`Func`](#func) type `value` to guard |
1635
1635
| callback? |[`ResultCallback`][resultcallback]| Optional [`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1636
1636
1637
-
The return value is a `boolean` indicating whether or not the `value` is a [`Func`](#func).
1637
+
The **return value** is a `boolean` indicating whether or not the `value` is a [`Func`](#func).
| type |[`Primitives`](#primitives)| A `string` type from the [`Primitives`](#primitives) to check the `value`|
1770
1770
| callback? |[`ResultCallback`][resultcallback]| Optional [`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1771
1771
1772
-
The return value is a `boolean` indicating whether or not the `value` is the [`Primitive`](#primitive) from the `type`.
1772
+
The **return value** is a `boolean` indicating whether or not the `value` is the [`Primitive`](#primitive) from the `type`.
| value |`string`| A `string` type `value` to guard |
1790
1790
| callback? |[`ResultCallback`][resultcallback]| Optional [`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1791
1791
1792
-
The return value is a `boolean` indicating whether or not the `value` is a `string`.
1792
+
The **return value** is a `boolean` indicating whether or not the `value` is a `string`.
| type |[`Types<T>`](#types)| A `string` or generic [`Constructor`](#constructor) type from the [`Types`](#types) to check the `value`|
1829
1829
| callback? |[`ResultCallback`][resultcallback]| Optional [`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
1830
1830
1831
-
The return value is a `boolean` indicating whether or not the `value` is a `type` from the [`Types`](#types).
1831
+
The **return value** is a `boolean` indicating whether or not the `value` is a `type` from the [`Types`](#types).
0 commit comments