Mirror: 馃帺 A tiny but capable push & pull stream library for TypeScript and Flow
at v2.0.2 124 B view raw
1import { Source } from '../wonka_types'; 2 3export const fromDomEvent: <E>(element: HTMLElement, event: string) => Source<E>;