Update class method description (#195)
Co-authored-by: Harminder Virk <virk.officials@gmail.com>
This commit is contained in:
parent
85c89925b6
commit
ee79af32b6
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ An object is plain if it's created by either `{}`, `new Object()`, or `Object.cr
|
||||||
##### .asyncIterable(value)
|
##### .asyncIterable(value)
|
||||||
##### .class(value)
|
##### .class(value)
|
||||||
|
|
||||||
Returns `true` for instances created by a class.
|
Returns `true` if the value is a class constructor.
|
||||||
|
|
||||||
##### .typedArray(value)
|
##### .typedArray(value)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue