back-to-thunk

0.0.1 • Public • Published

back-to-thunk

transform generator, generatorFunction, promise and other yieldables back to thunk

sometimes you want to transform all the yieldables back to thunk, so you can do some more fine-grained operation and compose. like co-any.

Install

npm install back-to-thunk

Usage

var toThunk = rquire('back-to-thunk');

var thunk = toThunk(function *() {
  yield 1;
  return 2;
});

License

MIT

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i back-to-thunk

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • dead_horse