callbag-for-each
Version:
Callbag sink that consume both pullable and listenable sources
23 lines (22 loc) • 483 B
JSON
{
"name": "callbag-for-each",
"version": "1.1.0",
"description": "Callbag sink that consume both pullable and listenable sources",
"repository": {
"type": "git",
"url": "git+https://github.com/staltz/callbag-for-each.git"
},
"main": "readme.js",
"types": "types.d.ts",
"scripts": {
"test": "tape test.js"
},
"author": "staltz.com",
"license": "MIT",
"dependencies": {
"callbag": "^1.1.0"
},
"devDependencies": {
"tape": "^4.8.0"
}
}