UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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