UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

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