UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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