UNPKG

callbag

Version:
26 lines (25 loc) 445 B
{ "name": "callbag", "version": "1.5.1", "description": "A standard for JS callbacks", "repository": { "type": "git", "url": "git+https://github.com/callbag/callbag.git" }, "main": "index.js", "types": "types.d.ts", "author": "staltz.com", "license": "CC0", "keywords": [ "callbag", "callback", "standard", "spec", "observable", "iterable" ], "devDependencies": { "ts-node": "^4.1.0", "typescript": "^4.3.5" } }