UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

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