is-gen-fn

0.0.2 • Public • Published

is-gen-fn

check if the value is a generator function. pulled from co.

Installation

npm install is-gen-fn

Usage

isGenFn(function *() { ... }) // true
isGenFn(function () { ... }) // false

License

MIT

Package Sidebar

Install

npm i is-gen-fn

Weekly Downloads

6,337

Version

0.0.2

License

MIT

Unpacked Size

886 B

Total Files

3

Last publish

Collaborators

  • mattmueller