Skip to content

Commit 00d395c

Browse files
docs(README.md): update
1 parent 40a9060 commit 00d395c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,8 @@ isFunction(() => 5); // true
700700

701701
### isInstance
702702

703+
![update][update]
704+
703705
`4.1.0`: Type variable `Class` default value is set to [`Function`][function].
704706

705707
Use `isInstance()` or `is.instance()` to check if **any** value is an `object` of a generic `Obj` type equal to an `instance` of [`Constructor<Class>`](#constructor) type.

packages/type/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,8 @@ isFunction(() => 5); // true
700700

701701
### isInstance
702702

703+
![update][update]
704+
703705
`4.1.0`: Type variable `Class` default value is set to [`Function`][function].
704706

705707
Use `isInstance()` or `is.instance()` to check if **any** value is an `object` of a generic `Obj` type equal to an `instance` of [`Constructor<Class>`](#constructor) type.

0 commit comments

Comments
 (0)