UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

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