jinang
Collection of Node.js / ECMAScript Gists
Found 6 results for is-generator-function
Collection of Node.js / ECMAScript Gists
Check that given value is `GeneratorFunction`
Check that given value have `GeneratorFunction` name or displayName.
Check whether a value is a `Generator` or `GeneratorFunction`. The `co` way, more strict checking. Always return boolean true or false, never null or undefined.
Check that given value is Generator
[fork] Checks If The Function Is An ES6 Generator.