UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

7 lines (6 loc) 192 B
import { findIndex } from '../../internal/patching/operator/findIndex'; declare module '../../internal/Observable' { interface Observable<T> { findIndex: typeof findIndex; } }