bind-generator

1.0.0 • Public • Published

bind-generator

Change the scope of a generator function

let bindGenerator = require("bind-generator");
 
let scopedGenerator = bindGenerator(instance, instance.myGeneratorFunction);
 
yield scopedGenerator();

Readme

Keywords

none

Package Sidebar

Install

npm i bind-generator

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • neolao