UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

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