UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

7 lines (6 loc) 228 B
import { bindNodeCallback as staticBindNodeCallback } from '../../observable/bindNodeCallback'; declare module '../../Observable' { namespace Observable { let bindNodeCallback: typeof staticBindNodeCallback; } }