UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

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