UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

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