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.

Fix fromPromise TS type

+1 -1
+1 -1
src/web/wonka_source_fromPromise.d.ts
··· 1 - import { Operator } from '../wonka_types'; 1 + import { Operator, Source } from '../wonka_types'; 2 2 3 3 export const fromPromise: <A>(promise: Promise<A>) => Source<A>;