make-yieldable
Version:
Make functions/methods yieldable.
27 lines (26 loc) • 558 B
JSON
{
"name": "make-yieldable",
"description": "Make functions/methods yieldable.",
"author": "Artur Bier <izatop@gmail.com>",
"version": "0.1.2",
"main": "index.js",
"license": "MIT",
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/izatop/yieldable.git"
},
"keywords": [
"co",
"yield",
"thunk",
"async",
"yieldable",
"generator",
"generators"
],
"bugs": {
"url": "https://github.com/izatop/yieldable/issues"
},
"homepage": "https://github.com/izatop/yieldable"
}