UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

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