Skip to content

Commit fddcbba

Browse files
docs(README.md): update features
1 parent 4dfb778 commit fddcbba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ Checks if **any** value is
140140
* an [`Array`][js-array] of any type with [`isArray()`](#isarray).
141141
* a `bigint` with [`isBigInt()`](#isbigint).
142142
* 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).
145145
* a `class` with [`isClass()`](#isclass).
146146
* a [`Date`][js-date] with [`isDate()`](#isdate).
147147
* defined with [`isDefined()`](#isdefined).

0 commit comments

Comments
 (0)