Mirror: 馃帺 A tiny but capable push & pull stream library for TypeScript and Flow
at v1.4.2 153 B view raw
1open Wonka_types; 2 3let tapAll: ( 4 ~onStart: (.unit) => unit, 5 ~onPush: (.'a) => unit, 6 ~onEnd: (.unit) => unit, 7 sourceT('a), 8 sinkT('a) 9) => unit;