UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

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