UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

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