UNPKG

callbag-scan

Version:

Callbag operator that combines consecutive values from the same source

26 lines (25 loc) 518 B
{ "name": "callbag-scan", "version": "1.1.0", "description": "Callbag operator that combines consecutive values from the same source", "repository": { "type": "git", "url": "git+https://github.com/staltz/callbag-scan.git" }, "main": "readme.js", "types": "types.d.ts", "scripts": { "test": "tape test.js" }, "author": "staltz.com", "license": "MIT", "keywords": [ "callbag" ], "devDependencies": { "tape": "^4.8.0" }, "dependencies": { "callbag": "^1.1.0" } }