UNPKG

callbag-skip

Version:

Callbag operator that skips the first N data points of a source

26 lines (25 loc) 510 B
{ "name": "callbag-skip", "version": "1.1.0", "description": "Callbag operator that skips the first N data points of a source", "repository": { "type": "git", "url": "git+https://github.com/staltz/callbag-skip.git" }, "main": "index.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" } }