Mirror: 馃帺 A tiny but capable push & pull stream library for TypeScript and Flow
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.0.0 17 lines 281 B view raw
1{ 2 "name": "@wonka/perf", 3 "private": true, 4 "version": "1.0.0", 5 "main": "suite.js", 6 "license": "MIT", 7 "scripts": { 8 "start": "benchr suite.js" 9 }, 10 "devDependencies": { 11 "benchr": "^4.3.0" 12 }, 13 "dependencies": { 14 "most": "^1.7.3", 15 "rxjs": "^6.3.3" 16 } 17}