Merge branch 'master' into add-is-gen

This commit is contained in:
Kunall Banerjee 2017-09-24 16:01:36 -04:00
commit bd72dbd1e5
3 changed files with 19 additions and 1 deletions

View file

@ -118,6 +118,10 @@ JavaScript primitives are as follows: `null`, `undefined`, `string`, `number`, `
An object is plain if it's created by either `{}`, `new Object()`, or `Object.create(null)`.
##### .iterable(value)
##### .class(value)
Returns `true` for instances created by a ES2015 class.
##### .typedArray(value)