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` is [`Defined<Type>`][defined]|`boolean`| By default `Type` variable is equal to the type detected from the `value`, but the detected type `undefined` changes to `never` and the **return type** is a `boolean` as the result of its statement |
2228
2228
2229
-
The **return value** is A`boolean` indicating whether or not the `value` is defined.
2229
+
The **return value** is a`boolean` indicating whether or not the `value` is defined.
2230
2230
2231
2231
----
2232
2232
@@ -2306,7 +2306,7 @@ The **return value** is a `boolean` indicating whether or not the `value` is an
2306
2306
Use `guardKey()` or `guard.is.key()` to guard the `value` to be one of the `string`, `number`, or `symbol`.
|`value` is `Obj`|`boolean`| By default `Obj` variable is equal to the type detected from the `value` and the **return type** is a `boolean` as the result of its statement |
2507
2507
2508
-
The **return value** is A`boolean` indicating whether or not the `value` is an `object` with some of its own specified `keys`.
2508
+
The **return value** is a`boolean` indicating whether or not the `value` is an `object` with some of its own specified `keys`.
2509
2509
2510
2510
**Usage:**
2511
2511
@@ -2561,7 +2561,7 @@ Use `guardPrimitive()` or `guard.is.primitive()` to guard the `value` to be the
|`value` is [`Defined<Type>`][defined]|`boolean`| By default `Type` variable is equal to the type detected from the `value`, but the detected type `undefined` changes to `never` and the **return type** is a `boolean` as the result of its statement |
2228
2228
2229
-
The **return value** is A`boolean` indicating whether or not the `value` is defined.
2229
+
The **return value** is a`boolean` indicating whether or not the `value` is defined.
2230
2230
2231
2231
----
2232
2232
@@ -2306,7 +2306,7 @@ The **return value** is a `boolean` indicating whether or not the `value` is an
2306
2306
Use `guardKey()` or `guard.is.key()` to guard the `value` to be one of the `string`, `number`, or `symbol`.
|`value` is `Obj`|`boolean`| By default `Obj` variable is equal to the type detected from the `value` and the **return type** is a `boolean` as the result of its statement |
2507
2507
2508
-
The **return value** is A`boolean` indicating whether or not the `value` is an `object` with some of its own specified `keys`.
2508
+
The **return value** is a`boolean` indicating whether or not the `value` is an `object` with some of its own specified `keys`.
2509
2509
2510
2510
**Usage:**
2511
2511
@@ -2561,7 +2561,7 @@ Use `guardPrimitive()` or `guard.is.primitive()` to guard the `value` to be the
0 commit comments