UNPKG

244 BTypeScriptView Raw
1import { AsyncIterableX } from './asynciterablex';
2export declare function fromEventPattern<TSource>(addHandler: (handler: (...args: any[]) => void) => void, removeHandler: (handler: (...args: any[]) => void) => void): AsyncIterableX<TSource>;