Skip to content
This repository has been archived by the owner on Jul 7, 2018. It is now read-only.

Add method check.isGenerator() (and opposite) #27

Closed
parzh opened this issue May 7, 2017 · 0 comments
Closed

Add method check.isGenerator() (and opposite) #27

parzh opened this issue May 7, 2017 · 0 comments

Comments

@parzh
Copy link
Contributor

parzh commented May 7, 2017

check.isGenerator(function*(){}); // true
check.isGenerator(function(){}); // false
check.isGenerator(42); // false

check.isNotGenerator(function*(){}); // false
check.isNotGenerator(function(){}); // true
check.isNotGenerator(42); // true
@parzh parzh self-assigned this May 7, 2017
Repository owner locked and limited conversation to collaborators May 7, 2017
@parzh parzh closed this as completed Jun 4, 2017
@parzh parzh removed their assignment Jan 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

0 participants