UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

7 lines (6 loc) 176 B
import { of as staticOf } from '../../internal/observable/of'; declare module '../../internal/Observable' { namespace Observable { let of: typeof staticOf; } }