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 main 10 lines 121 B view raw
1export const TalkbackKind = { 2 Pull: 0, 3 Close: 1, 4}; 5 6export const SignalKind = { 7 Start: 0, 8 Push: 1, 9 End: 0, 10};