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 `isClass()` or `is.class()` to check if **any**`value` is a `function` type, an instance of [`Function`][function] and [`Object`][object] as a generic `Class` type of [`class`][classes]. It also **confirms** with the regexp that function is a [`class`][classes].
578
+
Use `isClass()` or `is.class()` to check if **any**`value` is a `function` type, an instance of [`Function`][function] and [`Object`][object] as a generic `Class` type of [`class`][ts-classes]. It also **confirms** with the regexp that function is a [`class`][ts-classes].
|`value` is `Class`|`boolean`| By default `Class` variable is equal to [`Function`][function] and the **return type** is a `boolean` as the result of its statement |
613
613
614
-
The **return value** is a `boolean` indicating whether or not the `value` is a [`class`][classes].
614
+
The **return value** is a `boolean` indicating whether or not the `value` is a [`class`][ts-classes].
615
615
616
616
**Usage:**
617
617
@@ -672,7 +672,7 @@ isDefined(defined); // false
672
672
673
673
### isFunction
674
674
675
-
Use `isFunction()` or `is.function()` to check if **any**`value` is a `function` type, an instance of [`Function`][function] and [`Object`][object]. It also **denies** with the regexp that function is a [`class`][classes].
675
+
Use `isFunction()` or `is.function()` to check if **any**`value` is a `function` type, an instance of [`Function`][function] and [`Object`][object]. It also **denies** with the regexp that function is a [`class`][ts-classes].
|`value` is `Class`|`boolean`| By default `Class` variable is equal to the type detected from the `value` and the **return type** is a `boolean` as the result of its statement |
2188
2188
2189
-
The **return value** is `boolean` indicating whether or not the `value` is a [`class`][classes].
2189
+
The **return value** is `boolean` indicating whether or not the `value` is a [`class`][ts-classes].
0 commit comments