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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,8 +140,8 @@ Checks if **any** value is
140
140
* an [`Array`][js-array] of any type with [`isArray()`](#isarray).
141
141
* a `bigint` with [`isBigInt()`](#isbigint).
142
142
* a `boolean` with [`isBoolean()`](#isboolean).
143
-
* an `object`type and instance of [`Boolean`][js-boolean]and [`Object`][js-object] with [`isBooleanObject()`](#isbooleanobject).
144
-
* a `boolean` type not an instance of [`Boolean`][js-boolean] and [`Object`][js-object], and equal to `true` or `false`with [`isBooleanType()`](#isbooleantype).
143
+
* an instance of a [`Boolean`][js-boolean] with [`isBooleanObject()`](#isbooleanobject).
144
+
* a `boolean` type with [`isBooleanType()`](#isbooleantype).
0 commit comments