UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

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