🔨 changes

This commit is contained in:
Kunall Banerjee 2017-09-26 18:18:28 -04:00
parent bd72dbd1e5
commit 83e48df329
3 changed files with 9 additions and 6 deletions

View file

@ -79,6 +79,9 @@ Keep in mind that [functions are objects too](https://developer.mozilla.org/en-U
Returns `true` for any object with a `.then()` and `.catch()` method. Prefer this one over `.nativePromise()` as you usually want to allow userland promise implementations too.
##### .generator(value)
Returns `true` for any object that implements its own `.next()` and `.throw()` methods and has a function definition for `Symbol.iterator`.
##### .generatorFunction(value)
##### .map(value)