jinang
Collection of Node.js / ECMAScript Gists
Found 6 results for is-generator
Collection of Node.js / ECMAScript Gists
Check that given value is `GeneratorFunction`
Check that given value have `GeneratorFunction` name or displayName.
is type shorthands for fliphub, hundreds of type checks, modular exports
Check that given value is Generator
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.