thunkify-wrap
Version:
Turn callbacks, arrays, generators, generator functions, and promises into a thunk
20 lines (19 loc) • 403 B
JSON
{
"name": "thunkify-wrap",
"version": "0.0.3",
"repository": "dead-horse/node-thunkify-wrap",
"description": "Turn callbacks, arrays, generators, generator functions, and promises into a thunk",
"keywords": [
"thunk",
"co",
"generator",
"generators",
"promise"
],
"dependencies": {},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"license": "MIT"
}