UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

10 lines (8 loc) 252 B
import { Observable } from '../../Observable'; import { using as staticUsing } from '../../observable/using'; Observable.using = staticUsing; declare module '../../Observable' { namespace Observable { export let using: typeof staticUsing; } }