UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

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