UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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