is-es6-generator

1.0.0 • Public • Published

is-es6-generator npmjs.com The MIT License

Check that given value is Generator

code climate standard code style travis build status coverage status dependency status

Install

npm i is-es6-generator --save
npm test

Usage

For more use-cases see the tests

var isGenerator = require('is-es6-generator')
var generator = (function * () {})()
 
isGenerator(null) //=> false
isGenerator(undefined) //=> false
isGenerator(25) //=> false
isGenerator('test') //=> false
isGenerator(function fn () {}) //=> false
isGenerator(function * genFn () {}) //=> false
isGenerator(generator), true)

See also

  • apidocs-cli: Async CLI for automatically generating API docs from code comments
  • is-es6-generators: Check whether a value is a generator or generator function.
  • is-generator-function-name: Check that given value have GeneratorFunction name… more.
  • is-generator-function: Determine if a function is an ES6 generator function or not.
  • is-generator: Check whether a value is a generator or generator function
  • is-hybrid: Check whether an object looks like Hybrid which is promises-a+ promise and callback api
  • is-promise: Test whether an object looks like a promises-a+ promise
  • is-missing: Check that given name or user/repo exists in npm registry or in github as… more
  • is-installed: Checks that given package is installed on the system - globally or locally.
  • is-kindof: Thin wrapper around kind-of and in bonus functional api.
  • npm-related: Thin wrapper on top of helper-related for generating a list of links to the… more

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
But before doing anything, please read the CONTRIBUTING.md guidelines.

Charlike Make Reagent new message to charlike freenode #charlike

tunnckocore.tk keybase tunnckocore tunnckoCore npm tunnckoCore twitter tunnckoCore github

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    21
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    21
  • 0.0.0
    0

Package Sidebar

Install

npm i is-es6-generator

Weekly Downloads

21

Version

1.0.0

License

MIT

Last publish

Collaborators

  • vanchoy
  • tunnckocore