UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

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